Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skabeo/todo-list
This repository contains a simple to-do list application that I built using JavaScript, HTML, and CSS. It allows users to create, edit, and delete tasks with ease. The app features a clean user interface, intuitive functionality, and can be easily customized for different use cases.
https://github.com/skabeo/todo-list
Last synced: 8 days ago
JSON representation
This repository contains a simple to-do list application that I built using JavaScript, HTML, and CSS. It allows users to create, edit, and delete tasks with ease. The app features a clean user interface, intuitive functionality, and can be easily customized for different use cases.
- Host: GitHub
- URL: https://github.com/skabeo/todo-list
- Owner: skabeo
- Created: 2023-03-28T10:20:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-31T08:18:26.000Z (over 1 year ago)
- Last Synced: 2024-10-11T09:21:29.817Z (25 days ago)
- Language: JavaScript
- Homepage: https://skabeo.github.io/Todo-List/dist/
- Size: 840 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Todo List
# 📗 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)
- [📝 License](#license)**Todo List** provides a simple and intuitive interface for users to add and remove items from their to-do list. With its easy-to-use functionality, users can stay organized and on top of their tasks.
Client
- **Basic Todo-List display**
- [Live Demo](https://skabeo.github.io/Todo-List/dist/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Web Pack configuration
### Setup
Clone this repository to your desired folder:
- cd my-folder
- git clone https://github.com/skabeo/Todo-List.git
### Install
Install this project with:
- cd Todo-list
- npm install
### Usage
To run the project, execute the following command:
- npm start
### Run tests
To run tests, run the following command:
- npm run test
### Deployment
You can deploy this project using:
- run build
👤 **Spencer Okyere**
- GitHub: [@skabeo](https://github.com/skabeo)
- Twitter: [@black_okyere](https://twitter.com/black_okyere)
- LinkedIn: [LinkedIn](https://linkedin.com/in/okyere-spencer-9b602623b)
- [ ] **Add List to your Todo-list**
- [ ] **Ability to put the most neccessary task first**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/skabeo/Todo-List/issues).
If you like this project leave a star on the project.
I would like to thank;
- Microverse
- Myself
This project is [MIT](https://github.com/skabeo/Todo-List/blob/master/MIT.md) licensed.