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.
- Host: GitHub
- URL: https://github.com/arnaudband/microverse-_todo_list
- Owner: ArnaudBand
- License: mit
- Created: 2022-05-05T05:55:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T22:52:03.000Z (about 3 years ago)
- Last Synced: 2025-01-15T10:03:08.752Z (over 1 year ago)
- Topics: css3, html5, javascript, webpack
- Language: JavaScript
- Homepage: https://arnaudband.github.io/Microverse-_Todo_list/dist/
- Size: 468 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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)
> 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.
> 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
> Describe between 1-3 key features of the application.
- User interface (UI)
- Local storage
- Test
> Add a link to your deployed project.
- [Live Demo Link](https://arnaudband.github.io/Microverse-_Todo_list/dist/)
> 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
```
> 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)
> Describe 1 - 3 features you will add to the project.
- [ ] Database
- [ ] Notifications
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ArnaudBand/Microverse-_Todo_list/issues).
> Write a message to encourage readers to support your project
If you like this project, show your support by giving a ⭐️ to this project.
> Give credit to everyone who inspired your codebase.
I would like to thank all contributors and code reviewers.
> 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
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._