Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kendoriddy/to-do-list
- Owner: kendoriddy
- License: mit
- Created: 2022-08-09T15:29:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T23:19:34.000Z (over 2 years ago)
- Last Synced: 2024-04-23T04:40:51.560Z (9 months ago)
- Topics: crud-application, dist, javascript, jest, modules, webpack
- Language: JavaScript
- Homepage: https://plan-my-day.netlify.app/
- Size: 756 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## 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/)
## 🤝 ContributingContributions, 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.