Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ginabeki/to-do-list
A simple To-Do List built to keep track of tasks that need to be done. Built with JavaScript, CSS, HTML, & Webpack
https://github.com/ginabeki/to-do-list
css3 html javascript webpack5
Last synced: 19 days ago
JSON representation
A simple To-Do List built to keep track of tasks that need to be done. Built with JavaScript, CSS, HTML, & Webpack
- Host: GitHub
- URL: https://github.com/ginabeki/to-do-list
- Owner: ginabeki
- License: mit
- Created: 2022-11-01T09:56:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T16:23:34.000Z (about 2 years ago)
- Last Synced: 2023-03-08T17:55:54.580Z (almost 2 years ago)
- Topics: css3, html, javascript, webpack5
- Language: JavaScript
- Homepage: https://ginabeki.github.io/to-do-list/
- Size: 481 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# to-do-list
![](https://img.shields.io/badge/Microverse-blueviolet)# Todo List
> This project is a simple To-Do List built to keep track of tasks that need to be done.
## Built With
- HTML
- CSS
- Javascript
- Node.js (npm) & Webpack.## Live Demo (if available)
[**See Project π**](https://ginabeki.github.io/to-do-list/)
## Screenshot
[![Screenshot-from-2022-11-03-21-29-57.png](https://i.postimg.cc/3xdFF46Q/Screenshot-from-2022-11-03-21-29-57.png)](https://postimg.cc/mPW9bDBm)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
To understand the project you must have a basic knowledge of HTML, CSS and Javascript.
### Setup
To run this project one must have Visual Studio (VS) Code installed and running.
### Usage
Clone and access the repository using the following commands on Git Bash:
```
cd PATH
git clone https://github.com/ginabeki/to-do-list.git
cd to-do-list
index.html
```Open the directory in visual studio code by typing the following command in Git Bash:
```
code .
```Then using the live server of VS Code you can view the page.
### Testing
This project contains some function tests. To run them, you first need to install [node.js](https://nodejs.org/en/download/). Then open the copy of this project that you cloned either in vscode or command prompt.
Finally, run the following command in the CLI(Terminal).
```
npm test
```## π€Authors
π€ **Gina Beki**
- GitHub: [@ginabeki](https://github.com/ginabeki)
- Twitter: [@Gina](https://twitter.com/_gina_bw)
- LinkedIn: [@Gina](https://www.linkedin.com/in/gina-beki-a85846103/)## π€ Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a βοΈ if you like this project!
## π License
This project is [MIT](./LICENSE) licensed.