https://github.com/alice-sebego/to-do-list
Create a to do list with JS (Vanilla)
https://github.com/alice-sebego/to-do-list
responsive-design todolist vanilla-css vanilla-javascript webpack5
Last synced: 12 months ago
JSON representation
Create a to do list with JS (Vanilla)
- Host: GitHub
- URL: https://github.com/alice-sebego/to-do-list
- Owner: alice-sebego
- Created: 2021-04-13T13:58:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-03T21:40:26.000Z (about 5 years ago)
- Last Synced: 2025-05-31T12:43:08.566Z (about 1 year ago)
- Topics: responsive-design, todolist, vanilla-css, vanilla-javascript, webpack5
- Language: JavaScript
- Homepage: https://alice-sebego.github.io/to-do-list/
- Size: 282 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# to-do-list
Create a to do list with JS
## What is this ?
It's a mini-project in order to improve my skills with JS and CSS (vanilla for both).
## Languages and Tools used :
* HTML5, CSS3, JavaScript
* Webpack & Babel
## DevDependencies :
Install all devDependencies : `npm install`
Compile files JS : `npm run build`