A lightweight registration portal crud app using firebase.
This application is used to take information from a user to do their registration, it uses Firebase( A Realtime Database cloud-hosted NoSQL database ) to insert, select, delete & edit user data.
You can also download the data in your local system in a csv file.
1. Fork this repository.
2. Clone your forked copy of the project.
git clone https://github.com/<your_user_name>/Registration-Portal-
3. Add a reference(remote) to the original repository.
git remote add upstream https://github.com/codedazzlers/DSA-Bootcamps.git
4. Perfom your desired changes to the code base.
5. Track your changes:heavy_check_mark: .
git add .
6. Commit your changes .
git commit -m "comment"
7. Push the committed changes in your feature branch to your remote repo.
git push
8. To create a pull request, click on compare and pull requests
.
9. Add appropriate title and description to your pull request explaining your changes and efforts done.
10. Click on Create Pull Request
.
11. Voila :exclamation: You have made a PR to the Registration-Portal- :boom: . Wait for your submission to be accepted and your PR to be merged.