https://github.com/mahabubx7/todo-list-webpack-js
ToDo-list is a web-application for managing your daily tasks in the terms of To-Do's. A user can create, update, delete and manage these. It also used the localStorage for backup or store the data.
https://github.com/mahabubx7/todo-list-webpack-js
css html javascript jest tdd-javascript webpack
Last synced: 4 months ago
JSON representation
ToDo-list is a web-application for managing your daily tasks in the terms of To-Do's. A user can create, update, delete and manage these. It also used the localStorage for backup or store the data.
- Host: GitHub
- URL: https://github.com/mahabubx7/todo-list-webpack-js
- Owner: mahabubx7
- License: mit
- Created: 2023-04-03T08:13:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T16:17:21.000Z (about 2 years ago)
- Last Synced: 2025-01-14T07:53:54.415Z (5 months ago)
- Topics: css, html, javascript, jest, tdd-javascript, webpack
- Language: HTML
- Homepage: https://mahabubx7.github.io/todo-list-webpack-js/dist/
- Size: 955 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)**[Todo List]** is a tasks list for to do it and monitoring them.
## 🛠 Built With `HTML/CSS` and `Nodejs/JavaScript`
### Tech Stack `HTML/CSS` with `JavaScript`
Client
- **[Clean and Simple Static Webpages]**
- **[Only Raw HTML & CSS with Js]**
- **[Nodejs for webpack]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Check Git is already installed and working:
```sh
git --version
node --version
```
It should not show you any error. And should return the version info.
### Setup
Clone this repository to your desired folder:
Execute this:
```sh
git clone [email protected]:mahabubx7/todo-list.git
```
### Install
Install this project with:
Install Dependencies:
```sh
cd your-project-folder
npm install
```
### Usage
To run the project, execute the following command:
Execute this:
```sh
npm start
```
### Run tests
To run tests, run the following command:
Testing with Lint-checks:
```sh
npm test
```
### Deployment
Deployed in `Github Pages`. [Live Preview](https://mahabubx7.github.io/todo-list/dist)
👤 **Mahabub**
- GitHub: [@mahabubx7](https://github.com/mahabubx7)
- Twitter: [@mahabub\_\_7](https://twitter.com/mahabub__7)
- LinkedIn: [LinkedIn](https://linkedin.com/in/mahabubx7)
👤 **Jedda**
- GitHub: [Jeddaa](https://github.com/jeddaa)
- Twitter: [@\_jeddaah](https://twitter.com/_jeddaah)
- LinkedIn: [Fatihah Oduwole](https://www.linkedin.com/in/fatihahoduwole/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project... please give it a start.
I would like to thank... microverse team.
- **[Why webpack?]**
- [It is a static bundler. It helps us to bundle a big and massy web-pages project into a bundled and gives us optimized performance. ]
This project is [MIT](./LICENSE) licensed.