An open API service indexing awesome lists of open source software.

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.

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/)
![demo-todo](https://user-images.githubusercontent.com/85847249/184724911-a767919f-1ad1-4d33-9579-d2e3a748dcfd.png)

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