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

https://github.com/viniciusfer01/herm-challenge

This app is a todo list that saves its todos in Google's Firestore database.
https://github.com/viniciusfer01/herm-challenge

css css3 firebase firestore flexbox javascript reactjs responsive-design serverless todo todoapp todolist uuid

Last synced: about 2 months ago
JSON representation

This app is a todo list that saves its todos in Google's Firestore database.

Awesome Lists containing this project

README

          

# Xoping
This app is a todo list that saves its todos in Google's Firestore database.

[Challenge link](https://gitlab.com/victor_am/desafio-de-estagio-herm/)
### Tools used

- React
- Google Firestore
- JavaScript

### Results

Want to know how it turned out?

Access [This Link](https://hermchallenge.vercel.app/) to test the app deployed in [Vercel](https://vercel.com/).

### How to use it

You can add todos by clicking in 'Adicionar novo item', filling out the name of your todo and clicking the '+' icon next to it.
To delete a todo, you must click the 'X' icon next to it. To update a todo, you must select a todo, type your changes and click the floppy disk next to it.
Finally, when you finish your todos, check its checkbox to move it to the 'Itens concluídos' section.

### How to run it?

1. `git clone https://github.com/viniciusfer01/herm-challenge.git`
2. `cd herm-challenge`
3. `yarn`
4. `yarn start`

## That's it. Have fun!