π To.Do
About β’ Tech Stack β’ Author β’ License
π Save and complete your tasks!
Before you begin, you will need to have the following tools installed on your machine:
Git, Node.js. In addition, it is good to have an editor to work with the code like [VSCode] (https://code.visualstudio.com/)
# Clone this repository
$ git clone https://github.com/NiltonIzaguirres/to-do.git
# Access the project folder in your terminal
$ cd to-do
# Install the dependencies
$ npm install
# Run the application in development mode
$ npm run dev
# The application will open on the port: 8080 - go to http://localhost:8080
The following tools were used in the construction of the project:
Website (React + TypeScript)
See the file package.json
- Fork the project.
- Create a new branch with your changes:
git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
git commit -m" feature: My new feature "
- Submit your changes:
git push origin my-feature
![Nilton Izaguirres](https://github.com/NiltonIzaguirres.png)
Nilton Izaguirres
![My linkedin](https://camo.githubusercontent.com/4277a00e89eb299b3b8c4b304dd04923e5844dc0ca16e44a566fd936d5fd2bc5/68747470733a2f2f6578747261732e6e696c746f6e697a61677569727265732e636f6d2f6173736574732f70726f6a656374732f6c696e6b6564696e2e706e67)
![My e-mail](https://camo.githubusercontent.com/8fcfe5081534e34b8b2151233fa65964e47967335d27ee950d2f7fc6f9e99a8f/68747470733a2f2f6578747261732e6e696c746f6e697a61677569727265732e636f6d2f6173736574732f70726f6a656374732f6d61696c2e706e67)
This project is under the license MIT.