/InterCamp

InterCamp is an interview preparation platform, where users can check their knowledge on a specific topic.

Primary LanguageJavaScript




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.

CONTRIBUTE

  1. Check out Contributing to learn about the process.

  2. Add your name to Contributors following this guideline if you want to be a part of the project.

  3. We're exited to have you here!

⚙ STACK

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.


Development

// 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