Challange created by Rockeseat during Ignite program.
Technologies | Getting started | Contributing | Screenshot | Live Demo | License
This project was developed with the following technologies:
this project is a simple To-do list app that allows you to store your to-do tasks, delete tasks and mark your tasks as complete after completing them
You must have Node.js and git installed to get started.
Open a terminal follow the steps bellow
- Clone the repository:
$ git clone https://github.com/enoquetembe/todo.git
- Got to the project directory
2. cd todo
- Install depedencies
npm install
- Runing the project locally
npm run dev
Pull Requests are welcome. For major changes, please open an issue to discuss what and which kind of changes you want to perform.
Follow these steps to make your contribution.
# To make it easier name this branch with your username or with the name of the feature you added
$ git checkout -b MyFeature
$ git commit -m 'Adding my feature'
$ git push origin MyFeature
Let's work together. π
- You can see the application in live through THIS LINK
This project is under MIT Lincese CLICK HERE to read the file about the license.
Made with β€ by Enoque Tembe