"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.
- HTML, CSS, JavaScript & Webpack;
- Visual Studio, Git & GitHub;
To run this project, you only need a computer with a browser (like Google Chrome, Mozilla Firefox, Microsoft Edge, Apple Safari, etc.) installed, and follow these steps:
- In your terminal, type the following, to clone this repository:
$ git clone git@github.com:VanessaAoki/To-Do-List.git
- After, run the following commands in your terminal:
$ cd To-Do-List
$ npm install
$ cd dist
What are these commands?
- the `$ cd` command is used to move to different folders.- while `$ npm build` is used to compile the aplication files.
- Open the
index.html
file and run the application;
Alternatively, you can run the app through the live demo link.
👩🏼💻 Vanessa Aoki
- GitHub: @VanessaAoki
- Twitter: @VanessaSAoki
- Linkedin: Vanessa Aoki
Shoutouts to Nelsino Francisco, all tests and lots of codes improvements were written with him!
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.