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

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.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

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

![screenshot](./assets/images/capture.png)

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