InterCamp is an interview preparation platform, where users can check their knowledge on a specific topic.
Users can log in and save their favorite questions.
-
Check out Contributing to learn about the process.
-
Add your name to Contributors following this guideline if you want to be a part of the project.
-
We're exited to have you here!
React & Redux
Material UI and SASS.
Sign-In workflow with Firebase.
Authenticate Using Google Sign-In, GitHub Sig-in, Facebook Login.
Handling account-exists with different credential errors.
Redux-Redirect to the Quiz page after successful login.
Store quiz data in Firestore and make Asynchronous calls with a help of Redux-thunk library.
// install node 18
nvm install 18
// update your react-scripts package to latest version
npm i react-scripts@latest
// install dependencies
npm install
// build app
npm run build