https://github.com/ixboy/todolist
https://github.com/ixboy/todolist
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ixboy/todolist
- Owner: ixboy
- Created: 2021-09-21T21:42:31.000Z (almost 5 years ago)
- Default Branch: development
- Last Pushed: 2021-10-02T18:39:59.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T23:32:19.001Z (over 1 year ago)
- Language: JavaScript
- Size: 1.38 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To Do list
"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.
[Live Demo Link](https://ixboy.github.io/ToDoList/)
## Built With
- HTML, CSS, JavaScript & Webpack;
- Visual Studio, Git & GitHub;
## Getting Started
### Running locally
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:
1. In your terminal, type the following, to clone this repository:
```sh
$ git clone git@github.com:ixboy/To_Do_list.git
```
2. After, run the following commands in your terminal:
```sh
$ cd To-Do-List
$ npm install
$ cd dist
```
What are these commands?
- the `$ cd` command is used to move to different folders.
- while `$ npm run build` is used to compile the aplication files.
3. Open the `index.html` file and run the application;
## Author
👤 **Iyunda Ismael Antonio**
- GitHub: [@ixboy](https://github.com/ixboy)
- Twitter: [@ismaelixboy](https://twitter.com/ismaelixboy)
- LinkedIn: [ismael-antonio](https://www.linkedin.com/in/ismaelantonio/)
## Acknowledgments
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ixboy/ToDoList/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is MIT licensed.