https://github.com/victorokoroji/todo-list
"To-do list App" 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.
https://github.com/victorokoroji/todo-list
css3 html5 javascript
Last synced: about 2 months ago
JSON representation
"To-do list App" 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.
- Host: GitHub
- URL: https://github.com/victorokoroji/todo-list
- Owner: victorokoroji
- Created: 2022-02-22T17:26:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T22:31:12.000Z (about 3 years ago)
- Last Synced: 2025-04-10T00:56:47.139Z (about 2 months ago)
- Topics: css3, html5, javascript
- Language: JavaScript
- Homepage: https://awesometodos.netlify.app/
- Size: 658 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# todo-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.

## Built With
- HTML5, Javascript
- CSS3
- Linters
- Webpack## Live Demo
[Live Demo Link](https://awesometodos.netlify.app/)
## Getting Started
To get a local copy up and running follow these simple example steps.
## Prerequisites
- Have a good knowledge on how to parse UI designs
- Have VSCode or other text editor installed. [Link to download VSCode](https://code.visualstudio.com/download)
- Install node package. [Link to download node](https://nodejs.org/en/download/)
- Have git installed.[Link to download git](https://git-scm.com/downloads)
- Create a github repository.## Setup
- git clone https://github.com/vickymarz/todo-list.git
- cd todo-list/
-Follow the HTML-CSS linter confuguration to docs to setup linters [Link to Microverse linter docs](https://github.com/vickymarz/linters-config/tree/master/html-css-js)
- Setup webpack configuration to bundle up your javascript modules. Follow the instructions from the [getting started guide](https://webpack.js.org/guides/getting-started/#basic-setup) to set up the basics## Run tests
For tracking linters errors locally, you need to follow these steps:
- For tracking linter errors in HTML file run:
`npx hint .`
- For tracking linter errors in CSS file run:
`npx stylelint "**/*.{css,scss}"`
- For tracking linter errors in Javascript file run:
`npx eslint .`## Deployment
- Use GitHub pages to deploy website
- For more information about publishing sources, see [About github pages](https://pages.github.com/)## Author
👤 **Okoroji Victor aka Vickymarz**
- GitHub: [@githubhandle](https://github.com/vickymarz)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/okoroji-victor-ebube-8791741a0)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
- Coding Partners
- Code Reviewers## 📝 License
This project is [MIT](./MIT.md) licensed.