An open API service indexing awesome lists of open source software.

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

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
```