Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aduda-boaz/todolist
A simple application to help you prioritize a list of things that you need to accomplish. The project is built with Vanilla JavaScript.
https://github.com/aduda-boaz/todolist
javascript webpack
Last synced: about 1 month ago
JSON representation
A simple application to help you prioritize a list of things that you need to accomplish. The project is built with Vanilla JavaScript.
- Host: GitHub
- URL: https://github.com/aduda-boaz/todolist
- Owner: Aduda-Boaz
- Created: 2022-01-18T15:50:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T23:22:45.000Z (almost 3 years ago)
- Last Synced: 2024-10-02T12:41:15.994Z (4 months ago)
- Topics: javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDoList
> A simple implemetation of a simple to-do-list app, using javascript.
![screenshot](./to-do-list.png)
Additional description below.
## Built With
- JavaScript
- Webpack
- HTML5
- CSS3## Live Demo (if available)
[Live Demo Link](https://adudaboazto-do-list.netlify.app/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- NodeJS
- VSCode### Setup
- Clone this repository:
```git clone https://github.com/Aduda-Boaz/ToDoList```
- Move to the cloned folder:
```git cd to-do-list```
### Install
- Run the following from your terminal inside the project directory:
```npm init -y```
```npm install webpack webpack-cli --save-dev```
```npm install --save-dev html-webpack-plugin```
```npm install --save-dev webpack-dev-server```- Run the following to build the app.
```npm run build```
### Usage
## Author
👤 **Boaz Aduda**
- GitHub: [@Aduda-Boaz](https://github.com/Aduda-Boaz)
- Twitter: [@BoazAduda](https://twitter.com/BoazAduda)
- LinkedIn: [Boaz Aduda]## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.