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

https://github.com/eulixir/todo-list-ignite

A simple and beauty to do list
https://github.com/eulixir/todo-list-ignite

Last synced: 5 days ago
JSON representation

A simple and beauty to do list

Awesome Lists containing this project

README

          

# To do list

First challenge of Ignite course

## 💻 Project

This is a simple to do list, where you can add, remove and mark tasks as completed.

banner

## 🚀 Techs

- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Vite](https://vitejs.dev/)

## Run project

```bash
# Clone this repository
$ git clone git@github.com:eulixir/todo-list-ignite.git

# Access the project folder in your terminal
$ cd ignite-reactjs-challenge-01

# Install the dependencies
$ yarn or npm install

# Run the application in development mode
$ yarn dev or npm run dev

```














João Pedro Alves