Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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

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

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Basic Todo-List display**

(back to top)

## 🚀 Live Demo

- [Live Demo](https://skabeo.github.io/Todo-List/dist/)

(back to top)

## 💻 Getting Started

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

(back to top)

## 👥 Author

👤 **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)

(back to top)

## 🔭 Future Features

- [ ] **Add List to your Todo-list**
- [ ] **Ability to put the most neccessary task first**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/skabeo/Todo-List/issues).

(back to top)

## ⭐️ Show your support

If you like this project leave a star on the project.

(back to top)

## 🙏 Acknowledgments

I would like to thank;

- Microverse
- Myself

(back to top)

## 📝 License

This project is [MIT](https://github.com/skabeo/Todo-List/blob/master/MIT.md) licensed.

(back to top)