Project Title
Contact Application Using Realtime Database
An application created using ReactJS
to store a contacts in a database using to Firebase Realtime Database
and Storage
.
Project Screenshots
Installation
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Run Test Suite:
npm test
To Start Server:
npm start
To Visit App:
localhost:3000/
Run Locally
Clone the project
git clone https://github.com/theCodeNilesh/realtime-contact-app.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start
put your Firebase Configuration in /utils/config.js file
Reflection
This was a project built during 3rd year of Engineering college as a personal project. The Project goal was to use ReactJs
technology to create a react app to store a contact details in a Realtime Database
.
One of the main challenge I ran into was Database and Storage, here I have used Firebase RealeTime Databse
and Storage