A quiz app for Formula 1 fans
Live link: https://formula-quiz.netlify.app
- React⚛ + TypeScript😍
- JWT Authentication🔐
- Used bcrypt to store passwords securely on MongoDB
- Written tests for reducers🧪
- Tried BEM CSS
- Clean and responsive layout
- Set up GitHub Actions for CI, it runs the tests on every commit
Backend: REST API Server in ExpressJS, MongoDB as database
Link to backend source code
- Clone the repo and run
npm install
- Start the dev server with
yarn start