https://github.com/tsohledev/to-do-planner
A to do list on the browser using Webpack bundler
https://github.com/tsohledev/to-do-planner
Last synced: 6 months ago
JSON representation
A to do list on the browser using Webpack bundler
- Host: GitHub
- URL: https://github.com/tsohledev/to-do-planner
- Owner: tsohleDev
- License: bsd-3-clause
- Created: 2022-12-07T22:07:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T14:51:48.000Z (over 3 years ago)
- Last Synced: 2025-01-21T04:32:19.866Z (over 1 year ago)
- Language: HTML
- Size: 1.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Microverse
## To Do list: Final Product
"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. You will build a simple website that allows for doing that, and you will do it using ES6 and Webpack!
Project 1:In this project, I will build a simple HTML list of To Do tasks. The list will be styled according to the specifications listed later in this lesson. This simple web page will be built using webpack and served by a webpack dev server.
Project 2: In this project, I will implement the CRUD (create, read, update, delete) methods. All the elements of the user interface will be fully functional and your application will be completed.
Project 3:In this project, I will add some functionality to your application to make it interactive. The user will also be able to mark task completion by selecting the corresponding checkbox (or undo it by unchecking the checkbox). The updated tasks list will be stored in local storage.
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
Empty List
Filled List
Checked List
Delete List
**To-do list** is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. You will build a simple website that allows for doing that, and you will do it using ES6 and Webpack!
Here are some features of the page:
- Type content to be added
- Select items on the list
- Add items to listt
- Edit items in list
- Delete items from list
## 🛠 Built With
HTML
CSS
Javascript
[To Do list live demo]( https://tsohleDev.github.io/To-do-planner/dist/)
- Create a local directory that you want to clone the repository.
- Open the command prompt in the created directory.
- On the terminal run this command -
```sh
git clone [https://github.com/tsohleDev/To-do-planner.git]
```
- Go to the repository folder using command prompt
```sh
cd To-do-planner
```
- Install the dev dependencies for linters run
```sh
npm install.
```
- To start run
```sh
npm start
```
### Prerequisites
In order to run this project you need:
-A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
-VSCode or any other equivalent code editor
-Node Package Manager (For running, debuging, or installing dependancies to be used)
node and npm:
-Linux
```sh
sudo apt install nodejs npm
```
-windows
[download and install](https://nodejs.org/en/)
### Setup
Clone this repository to your desired folder:
- Open the command prompt in the created directory.
- On the terminal run this command
```sh
git clone https://github.com/tsohleDev/To-do-planner.git
```
- Go to the repository folder using command prompt
```sh
cd To-do-planner
```
- Install the dev dependencies for linters
```sh
run npm install.
```
- To start run
```sh
npm start
```
Tsohle Mokhemisi
[githubhandle](https://github.com/tsohleDev2)
[twitterhandle](https://twitter.com/RealTsohle)
[linkedIn](https://www.linkedin.com/in/tsohle-mokhemisi-3687401b2/)
- Implement additional pages, which will allow the user to Register
- Implement additional pages, which will allow the user to Login
> Credits to everyone who inspired the codebase.
I would like to thank [Microverse](https://www.microverse.org/)
Feel free to check the [issues page](https://github.com/tsohleDev/To-do-planner/issues).
Give a ⭐️ if you like this project!
## 🙏 Acknowledgments
Lucas Erkana
[githubhandle](https://github.com/Lucash2022)
[twitterhandle](https://twitter.com/@Lucas_David_22)
[linkedIn](https://www.linkedin.com/in/lucas-erkana-b30a0b3b/)
[facebook](https://www.facebook.com/lucash.toni)
[Font Awesome](https://fontawesome.com/search?q=book&o=r)
[Icons8](https://icons8.com/icons/set/books)
[Google Fonts](https://developers.google.com/fonts)
[Bootsrtap](https://getbootstrap.com/docs/5.1/getting-started/introduction/)
[Luxon](https://imdac.github.io/modules/js/luxon/)
This project is [MIT](./LICENSE) 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._