Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.24 KB

File metadata and controls

56 lines (38 loc) · 1.24 KB

Lets Wish

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.

Technologies Used

Following are the technologies used to build this app :-
1. React.js
2. Sass
3. React-router v6
4. Context API
5. Firebase
6. Material UI React

Features

  • CRUD operations
  • Authentication/Authorization using Firebase
  • Global state management using Context API

Screenshots

App Screenshot

App Screenshot


Run Locally

Follow the following steps to run the project locally -

  1. Clone the repository
  2. Cd to the repository
  3. Run "npm install"
  4. Inside src/firebase folder, create config.js file and add your firebase config object:-
export const firebaseConfig = {
  apiKey: "",
  authDomain: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: "",
  appId: "",
};
  1. Run "npm start"

Feedback

If you have any feedback, please reach out to me at sahiljit.vercel.app