🚀 Tasks
The Tasks is a project to list, create and edit tasks, marking if it is in progress or if it has already been completed.
The project was developed using the following technologies
To start the application use the commands after clone this repository:
yarn install // npm install
yarn start // npm start
After the process is over, the localhost: 3000
page containing the developed project will automatically open in your browser.
- First, leave a ⭐ if you like it!
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. See the licence page for more details.