-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4464e8
commit 10072a6
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.<br /> | ||
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.<br /> | ||
|
||
|