https://github.com/vflorin1995/todolist
This is a To Do List Website, created using HTML, CSS, JS, Webpack, ES6 and JEST. Feel free to use it to keep track of your daily activities.
https://github.com/vflorin1995/todolist
html-css-javascript jest webpack
Last synced: 5 months ago
JSON representation
This is a To Do List Website, created using HTML, CSS, JS, Webpack, ES6 and JEST. Feel free to use it to keep track of your daily activities.
- Host: GitHub
- URL: https://github.com/vflorin1995/todolist
- Owner: vflorin1995
- License: mit
- Created: 2022-09-27T08:35:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T13:51:05.000Z (over 3 years ago)
- Last Synced: 2025-04-24T06:46:09.538Z (about 1 year ago)
- Topics: html-css-javascript, jest, webpack
- Language: JavaScript
- Homepage:
- Size: 512 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## To Do List
> This is a To Do List Website. Feel free to use it to keep track of your daily activities.
## Built With
- HTML
- CSS
- JS
- Linters
- Webpack
- ES6
- JEST
## Getting Started
- To get a local copy up and running follow these simple example steps.
### Prerequisites
- Html & CSS basics
- Git & Github
- SSH key for github linked to git on local environment
- Code compiler
### Setup
- Click on the green button on the top right corner with the text code
- Click on SSH
- Copy the text that appears below
- Type "git clone" in your terminal and past the copied text next to "git clone" and press enter
### Run tests
- For tracking linters errors locally you need to follow [these steps](https://github.com/microverseinc/linters-config/tree/master/html-css-js)
- For installing Webpack follow [this tutorial](https://webpack.js.org/guides/getting-started/#basic-setup)
- For setting up Webpack HTML plugin follow [this tutorial](https://webpack.js.org/guides/output-management/#setting-up-htmlwebpackplugin)
- For setting up Webpack CSS plugin follow [this tutorial](https://webpack.js.org/guides/asset-management/#loading-css)
- For setting up a LiveServer follow [this tutorial](https://webpack.js.org/guides/development/#using-webpack-dev-server)
# Authors
👤 **Voicu FLorin**
- GitHub: [@vflorin1995](https://github.com/vflorin1995)
- Twitter: [@vflorin1995](https://twitter.com/vflorin1995)
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
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._