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
- Host: GitHub
- URL: https://github.com/eulixir/todo-list-ignite
- Owner: eulixir
- Created: 2023-08-12T11:45:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T18:12:24.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T21:43:44.238Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://eulixir.github.io/todo-list-ignite/
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 🚀 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
```