Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delania-oliveira/todolist-ignite
Challenge ignite bootcamp Rocketseat
https://github.com/delania-oliveira/todolist-ignite
bootcamp bootcamp-rocketseat challenge cssmodules ignite-rocketseat reactjs todo typescript
Last synced: 9 days ago
JSON representation
Challenge ignite bootcamp Rocketseat
- Host: GitHub
- URL: https://github.com/delania-oliveira/todolist-ignite
- Owner: delania-oliveira
- Created: 2023-02-16T13:54:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T23:26:29.000Z (almost 2 years ago)
- Last Synced: 2024-11-22T11:48:55.478Z (2 months ago)
- Topics: bootcamp, bootcamp-rocketseat, challenge, cssmodules, ignite-rocketseat, reactjs, todo, typescript
- Language: TypeScript
- Homepage: https://todolist-ignite-beta.vercel.app
- Size: 484 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## Ignite To Do List - bootcamp
![To Do List](./src/assets/ToDo-List.png "To Do List")
### [Deploy](https://todolist-ignite-beta.vercel.app/)
#### Challenge
- Create a new task
- Mark/unmark a task as completed
- Delete a task from the list
- Show task completion progresss---
##### Install
```bash
npm install
```
##### Running
```bash
npm run dev
```---
###### Feature
+ Save a task on localStorage
+ Get a task list info from localStorage
+ Delete a task from localStorage