This is full Stack CRUD application made using React, Context API and Firebase. User can login to this Web App and can create a personalized list of people with their birth dates. This web app can also be used a task manager app, wherein user can list their tasks along with deadlines.
1. React.js
2. Sass
3. React-router v6
4. Context API
5. Firebase
6. Material UI React
- CRUD operations
- Authentication/Authorization using Firebase
- Global state management using Context API
Follow the following steps to run the project locally -
- Clone the repository
- Cd to the repository
- Run "npm install"
- Inside src/firebase folder, create config.js file and add your firebase config object:-
export const firebaseConfig = {
apiKey: "",
authDomain: "",
projectId: "",
storageBucket: "",
messagingSenderId: "",
appId: ""
};
- Run "npm start"
If you have any feedback, please reach out to me at sahiljit.dev