This project is a challenge from frontendmentor.io
- Vite
- React
- Firebase (Authentication / Realtime Database)
- Styled Components
- Netlify
- Clone this repository
- Run
yarn
ornpm i
- Run
yarn dev
ornpm run dev
to start Vite in development mode - Run
yarn build
to build for production
you will also need a project on Google Firebase with authentication and Realtime Database enabled. Check the needed env variables on
src/services/firebase.ts
file
Currently published at Netlify