From 10072a67ec815da9e6675e9d78fa556debdc4c7b Mon Sep 17 00:00:00 2001 From: Sreelal C Date: Tue, 28 Apr 2020 17:33:52 +0530 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e31b168..e8d7a5e 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,22 @@ -A Simple Contacts Manager Application +## A Simple Contacts Manager Application +People-manager is a React & Firebase based simple contact organizer application. People-manager uses React along with Bootstrap in the frontend and Firebase as the Backend Service +It is largely re written using React Hooks +### FIrebase Services Used: +#### Authentication +#### Cloud Firestore +#### Firebase Storage -#### Available Scripts +After initializing firebase create a firebase config file in src/config directory as firebase.js +#### Available Scripts In the project directory, you can run: ##### `npm start` - Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser. ##### `npm run build` - Builds the app for production to the `build` folder.