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

https://github.com/arnaudband/microverse-_todo_list

Todo_list is an app build using html, and css. I have used also webpack and ES6 javascript.
https://github.com/arnaudband/microverse-_todo_list

css3 html5 javascript webpack

Last synced: 2 months ago
JSON representation

Todo_list is an app build using html, and css. I have used also webpack and ES6 javascript.

Awesome Lists containing this project

README

          



logo

To-do 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](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 [To-do_List]

> Describe your project in 1 or 2 sentences.

**[To-do_list]** is a simple task management application that allows users to create, edit, and delete tasks. The project typically involves a user interface where tasks can be added and organized into categories or lists. The user can set deadlines or reminders for each task and mark them as complete when they are finished. The application may also include features like search, filtering, and sorting to make it easy for users to find specific tasks. The main goal of a to-do list project is to help users stay organized and manage their tasks effectively.

## 🛠 Built With

### Tech Stack

> Describe the tech stack and include only the relevant sections that apply to your project.

Client


  • Node

  • Webpack

  • Jest

  • Javascript

  • CSS

  • HTML

Server


  • Not applicable

Database


  • Not applicable

### Key Features

> Describe between 1-3 key features of the application.

- User interface (UI)
- Local storage
- Test

(back to top)

## 🚀 Live Demo

> Add a link to your deployed project.

- [Live Demo Link](https://arnaudband.github.io/Microverse-_Todo_list/dist/)

(back to top)

## 💻 Getting Started

> Describe how a new developer could make use of your project.

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

### Prerequisites

In order to run this project you need:

```sh
brew install node
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git git@github.com:ArnaudBand/Microverse-_Todo_list.git
```

### Install

Install this project with:

```sh
cd Microverse-_Todo_list
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm run start
```

### Run tests

To run tests, run the following command:

```sh
npm run test
```

### Deployment

You can deploy this project using:

```sh
npm run build
```

(back to top)

## 👥 Author

> Mention all of the collaborators of this project.

👤 **Bandonkeye Arnaud**

- GitHub: [@githubhandle](https://github.com/ArnaudBand)
- Twitter: [@twitterhandle](https://twitter.com/ba104781)
- LinkedIn: [LinkedIn](https://linkedin.com/in/ArnaudBandonkeye/)

👤 **Roberto A. Baños Alvarez**

- GitHub: [@Roberto](https://github.com/rbanos-mv)
- Twitter: [@twitterhandle](https://twitter.com/RobertoBanosMV)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/roberto-a-banos-alvarez/)

👤 **Yilikal Teshome**

- GitHub: [@githubhandle](https://github.com/Yilikal250)
- Twitter: [@twitterhandle](https://twitter.com/TeshomeYilikal)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] Database
- [ ] Notifications

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ArnaudBand/Microverse-_Todo_list/issues).

(back to top)

## ⭐️ Show your support

> Write a message to encourage readers to support your project

If you like this project, show your support by giving a ⭐️ to this project.

(back to top)

## 🙏 Acknowledgments

> Give credit to everyone who inspired your codebase.

I would like to thank all contributors and code reviewers.

(back to top)

## ❓ FAQ (OPTIONAL)

> Add at least 2 questions new developers would ask when they decide to use your project.

- How can i contribute to this project?

- Contact_me to this [email](bandonkeyea@gmail.com) and I add as collaborator
- Clone the repository and create a pul request with a well detailed feature intended to be added

- Can I add external libraries?

- Yes, but it must be license you own the right to or open source library

(back to top)

## 📝 License

This project is [MIT](https://github.com/ArnaudBand/Microverse-_Todo_list) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)