Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 2.31 KB

README.md

File metadata and controls

68 lines (52 loc) · 2.31 KB

Tasks

🚀 Tasks

Documentation Maintenance License: MIT

📌 Table of Contents

🔖 About

The Tasks is a project to list, create and edit tasks, marking if it is in progress or if it has already been completed.

🚀 Technologies

The project was developed using the following technologies

🔥 How to run

❗ Front-End (Web Application)

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.

♻️ How to contribute

  • 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

📝 License

This project is under the MIT license. See the licence page for more details.


Made with 💜 by Guilherme Orcezi