https://github.com/lucasgabrieldeaa/todo-list
A simple todolist app developed using react + firebase, for learning purpouse
https://github.com/lucasgabrieldeaa/todo-list
firebase react reactjs
Last synced: about 2 months ago
JSON representation
A simple todolist app developed using react + firebase, for learning purpouse
- Host: GitHub
- URL: https://github.com/lucasgabrieldeaa/todo-list
- Owner: lucasGabrielDeAA
- Created: 2018-04-17T17:39:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T16:32:42.000Z (about 8 years ago)
- Last Synced: 2025-04-02T11:11:08.848Z (over 1 year ago)
- Topics: firebase, react, reactjs
- Language: JavaScript
- Size: 2.69 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-list
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
## Summary
This project was created using the wesdoyle's [react-firebase-notes-app](https://github.com/wesdoyle/react-firebase-notes-app) as a reference.
## Linking your project to your firebase
Follow this steps to configure your firebase [Firebase tutorial](https://www.appypie.com/faqs/how-can-i-get-api-key-auth-domain-database-url-and-storage-bucket-from-my-firebase-account).
The credencials information of your firebase are retrieved from yours's firebase console. Paste this information in the file
```
src/config/index.js
```
After all, you just need to create a database called `notes` in your firebase, and run this application.
## Installing application
To install the application, just run the following command
```
yarn install
```
## Running application
After installed, start the application using the following command
```
yarn start
```