Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiereeinar/todo-app
Todo App created using HTML, CSS and JAVASCRIPT
https://github.com/fiereeinar/todo-app
css html javascript todo todo-app webpack
Last synced: 6 days ago
JSON representation
Todo App created using HTML, CSS and JAVASCRIPT
- Host: GitHub
- URL: https://github.com/fiereeinar/todo-app
- Owner: FiereEinar
- Created: 2023-11-28T01:39:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-29T02:20:23.000Z (10 months ago)
- Last Synced: 2024-11-27T23:18:44.752Z (2 months ago)
- Topics: css, html, javascript, todo, todo-app, webpack
- Language: JavaScript
- Homepage: https://fiereeinar.github.io/Todo-App-Site/
- Size: 542 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo-App
Todo app created in order to practice JavaScript.
[Live Demo](fiereeinar.github.io/Todo-App-Site/)
## Silly thing
I didn't know you can insert html code in js by putting it in backticks
``` JavaScript
const myComponent = (parent) => {
parent.innerHTML = `
Hello World!
`
}
```So yeah, renderer.js looks horrendous
## Getting started
```
git clone https://github.com/FiereEinar/Todo-App.git
cd Todo-App
npm install
npm run live
```