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.
- Host: GitHub
- URL: https://github.com/viniciusfer01/herm-challenge
- Owner: viniciusfer01
- Created: 2020-11-28T22:40:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T21:26:15.000Z (over 5 years ago)
- Last Synced: 2025-08-21T07:41:20.334Z (10 months ago)
- Topics: css, css3, firebase, firestore, flexbox, javascript, reactjs, responsive-design, serverless, todo, todoapp, todolist, uuid
- Language: JavaScript
- Homepage: https://hermchallenge.vercel.app/
- Size: 1.98 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!