https://github.com/ukaypromise/todo-list
"Todo-List App" It is an application that helps you organize your priority. It consist a list of tasks you need to complete or things that you want to do. Most typically, they’re organised in order of priority.
https://github.com/ukaypromise/todo-list
css3 es6 html5 javascript webpack
Last synced: 5 months ago
JSON representation
"Todo-List App" It is an application that helps you organize your priority. It consist a list of tasks you need to complete or things that you want to do. Most typically, they’re organised in order of priority.
- Host: GitHub
- URL: https://github.com/ukaypromise/todo-list
- Owner: Ukaypromise
- License: mit
- Created: 2022-08-09T18:01:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T20:21:07.000Z (almost 4 years ago)
- Last Synced: 2025-09-21T10:39:44.921Z (9 months ago)
- Topics: css3, es6, html5, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 554 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo-List
>"Todo-List App" It is an application that helps you organize your priority. It consist a list of tasks you need to complete or things that you want to do. Most typically, they’re organised in order of priority.
## Built With
- HTML
- JavaScript
-Webpack
-JS Modules
- CSS
- Git
## Live Demo
Take a peep: [Todo List](https://ukaypromise.github.io/Todo-List/dist/)

## Getting Started
In order to run this project on your computer, please make sure that you have a web browser installed. You can clone the repo to your machine.
### Prerequisites
Node package Manager(NPM)
To install NPM on your local machine, please visit NPM official website
Text editor(Vscode, Atom, NotePad++, Sublime)
- Click on the clone button to copy the clone
- Open Terminal and run git clone
- Clone the repo
- From you terminal run " code ." to open in your code editor.
### Install
Run the following commands to install dependencies
`
npm init -y
npm install
npm install --save-dev hint@7.x
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
`
### Usage
`
npx hint .
npx stylelint "**/*.{css,scss}"
npx eslint .
`
### Run on local server
Run the following command
`
npm start
`
or
`
npm ruin build
`
## Authors
👤 **Promise Uka**
- GitHub: [@Ukaypromise](https://github.com/Ukaypromise/)
- Twitter: [@PromiseUkay](https://twitter.com/PromiseUkay)
- LinkedIn: [@promiseuka](https://www.linkedin.com/in/promiseuka)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Microverse
## 📝 License
This project is [MIT](./MIT.md) licensed.