https://github.com/dianabeki/to-do-list
A simple To-Do List built to keep track of tasks that need to be done.
https://github.com/dianabeki/to-do-list
css3 html5 javascript webpack
Last synced: 4 months ago
JSON representation
A simple To-Do List built to keep track of tasks that need to be done.
- Host: GitHub
- URL: https://github.com/dianabeki/to-do-list
- Owner: DianaBeki
- License: mit
- Created: 2023-04-10T16:29:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T18:45:40.000Z (over 2 years ago)
- Last Synced: 2025-10-23T12:36:40.131Z (8 months ago)
- Topics: css3, html5, javascript, webpack
- Language: JavaScript
- Homepage: https://dianabeki.github.io/To-Do-list/dist/
- Size: 362 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
A simple To-Do List built to keep track of tasks that need to be done. Built with JavaScript, CSS, HTML, & Webpack
Client
- html
- css
- javascript
- webpack
- **[Add what to do]**
- **[Remove after completed]**
- **[Great UI]**
- **[Add live demo link]**
- [Live Demo Link](https://dianabeki.github.io/To-Do-list/dist/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need the following tools:
- Node.js in your computer
- webpack
- IDE(e.g.: Vscode,...)
- Terminal
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
git clone git@github.com:DianaBeki/To-Do-list.git
```
### Install
- Install this project with:
```sh
cd To-Do-List
npm install or npm i
```
- Run an optimized build for prodction:
```
npm run build
```
### Usage
To run the project, execute the following command:
```sh
npm run dev
```
### Run tests
To run tests, run the following command:
```sh
npm run test
```
👤 **Diana Beki**
- GitHub: [@Github](https://github.com/DianaBeki)
- Twitter: [@Twitter](https://twitter.com/home)
- LinkedIn: [@LinkedIn](https://www.linkedin.com/notifications/)
- [ ] *add responsiveness*
- [ ] *add more UX*
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/DianaBeki/To-Do-list/issues).
> Follow me on my github if you like this project...
I would like to thank Microverse as well as my coding partner(s)
This project is [MIT](./LICENSE) licensed.