Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```