https://github.com/thebwoyprogrammer/to-do-list
To-Do List is a simple web based application that gives users an opportunity to note and organize their daily tasks. This app is built with JavaScript, HTML/CSS.
https://github.com/thebwoyprogrammer/to-do-list
Last synced: 2 months ago
JSON representation
To-Do List is a simple web based application that gives users an opportunity to note and organize their daily tasks. This app is built with JavaScript, HTML/CSS.
- Host: GitHub
- URL: https://github.com/thebwoyprogrammer/to-do-list
- Owner: theBwoyProgrammer
- License: mit
- Created: 2022-07-13T11:00:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T19:24:53.000Z (over 2 years ago)
- Last Synced: 2025-03-30T07:51:12.111Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.98 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
To-Do App README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)> To-Do List is a simple web based application that allows users to manage their tasks from a smartphone, tablet and computer. This app is built with JavaScript, HTML/CSS.
Client
> This website allows users to manage their tasks from a smartphone, tablet and computer;
- **A user can add tasks**
- **A user can mark completed tasks**
- **A user can delete tasks**
### NOTE: Use the keyboard ENTER key to add a task
- [Live Demo Link](https://thebwoyprogrammer.github.io/To-Do-List/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- NodeJS environment
- Preferred IDE
- Webpack
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/theBwoyProgrammer/To-Do-List.git
cd To-Do-List
```
### Install
Install this project with:
```sh
npm install
```
### Usage
To run the project, execute;
```sh
npm start
```
### Deployment
You can deploy this project using:
```sh
You can deploy the project using vercel or any preferred hosting service provider
```
👤 **Hatim Eddinani**
- GitHub: [@theBwoyProgrammer](https://github.com/theBwoyProgrammer)
- Twitter: [@the_BwoyPrgrmmr](https://twitter.com/the_BwoyPrgrmmr)
- LinkedIn: [Hatim Eddinani](https://www.linkedin.com/in/hatimdev/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/theBwoyProgrammer/To-Do-List/issues).
If you like this project, don't forget to leave a star and follow me for more open source projects
This project is [MIT](./MIT.md) licensed.