- Formula 1 Fans base project which provides latest news, data and chat feature by using socket.io
- Frontend: React, Typescript, SASS
- Backend: node.js (express.js), noSQL (MongoDB) to save user data, JWT to encrypt and authenticate users, bcrypt in backend to salt and hash user’s password
- Using shared components, useContext and shared css library to organise the project in order to make it sustainable way
- Mobile and Tablet friendly
- Deployed backend to cyclic and frontend to netlify
This project is separated into two repositories.
Frontend (this) & Backend