Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kendoriddy/to-do-list

The to-do-list application offers a user-friendly interface that allows for the efficient management of tasks. Users can conveniently add, edit, and remove tasks as needed, making it an essential tool for anyone looking to stay organized and on top of their to-do list.
https://github.com/kendoriddy/to-do-list

crud-application dist javascript jest modules webpack

Last synced: 3 months ago
JSON representation

The to-do-list application offers a user-friendly interface that allows for the efficient management of tasks. Users can conveniently add, edit, and remove tasks as needed, making it an essential tool for anyone looking to stay organized and on top of their to-do list.

Awesome Lists containing this project

README

        

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

# TO DO LIST APP

> This project is a list manager that will allow a user organize a list of their tasks. They can conveniently create, update and delete tasks.

image

## Built With

- HTML
- CSS
- JavaScript

## Live Demo

[Live Demo Link](https://plan-my-day.netlify.app/)

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites
- A modern browser e.g [Google Chrome](https://www.google.com/chrome/)
- Have [git](https://git-scm.com/downloads) installed.
- Have the LTS version of [Node.js](https://nodejs.org/en/download/) installed.
### Setup
- git clone https://github.com/kendoriddy/to-do-list.git
- Change directory to the cloned app by runnning cd to-do-list/
- Run "npm install" to download required modules locally
- Run "npm run start" to locally host the files and view on a browser
### Deployment
Deploy on any web server that can host a Node.js runtime environment

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

👤 **Kehinde Ridwan Onifade**

- GitHub: [@githubhandle](https://github.com/kendoriddy)

- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kehindeonifade/)
## 🤝 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!

## 📝 License

This project is [MIT](./LICENSE) licensed.