Website Created as the conclusion project of the web programing lesson in UFMS.
The website is an simple This-or-That website made with react and bootstrap frameworks and firebase as backend and database
Prerequisites:
- A computer with an Windows/MacOs/Linux/Unix-Like operating system
- Git: https://git-scm.com/downloads
- NPM: https://nodejs.org/pt/download/package-manager (22.3.0 Recomended)
- Vite: https://vitejs.dev/guide/
Clone repository with:
git clone https://github.com/Cruellest/Grupo-10_PW-T01-2024-1.git
Open the Project folder and run:
npm install
Then add your firebase api key inside the services folder in the file firebaseConnection.jsx
const firebaseConfig = {
//Inside Here
};
Now you can run the website locally with:
npm run dev
or deploy in any hosting service with:
npm run build
- Gabriel Paes Duarte Baltazar
- Maria Fernanda Colombo
We are grateful to Professor Ricardo Masao Kondo for his support