Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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