victorbadaro / ignite-react-todo-list

A to-do list made with ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TO.DO

App

LEIAME.md

Summary


🧾 About

A todo app made with Javascript, Typescript e ReactJS πŸ˜ƒ

πŸš€ Main technologies

(You can see all the dependencies in the package.json file)

πŸ”½ How to download the project

$ git clone https://github.com/victorbadaro/ignite-react-todo-list

πŸ’» How to run the project

The commands below use the yarn package manager.

# 1. Install all the project dependencies
$ yarn

# 2. Run the app
$ yarn dev

# You can also generate the files to put the app into production with:
$ yarn build

# the files will be available in the dist/ folder

If everything runs correctly, a message will be displayed on your terminal informing that the app code has been successfully compiled:

Compiled successfully

After that open your browser and access: http://localhost:8080/

βœ… Nice! If you followed all the steps above correctly the project will be running locally on your machine already.

πŸ‘Œ How to use the app

  • Enter a new task and click on the green button at the top right of the page. The new task informed will be presented as a list: Add a task

  • You can complete or renew a task (by clicking on the checkbox field next to the task description) or delete it: Handle a task



This project was created using this template and developed with ❀ by Victor Badaró

About

A to-do list made with ReactJS

License:MIT License


Languages

Language:TypeScript 41.2%Language:JavaScript 38.6%Language:SCSS 18.4%Language:HTML 1.8%