/Todo-App

Todo App created using HTML, CSS and JAVASCRIPT

Primary LanguageJavaScript

Todo-App

Todo app created in order to practice JavaScript.

Live Demo

Silly thing

I didn't know you can insert html code in js by putting it in backticks

const myComponent = (parent) => {
    parent.innerHTML = `
        <div>
            <h1>
                Hello World!
            <h1>
        <div>
    `
}

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