Skip to content

tomit4/app_todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App ToDo

A Simple ToDo Application

This simple application is meant to demonstrate the basics of HTML, CSS, and JavaScript for educational purposes. App Todo demonstrates essentials to how to properly structure HTML, specifically forms, basic styling using CSS, particularly flexbox, and also how to implement essential CRUD (Create, Read, Update, Delete) functions with JavaScript, using local storage.

Installation

Because this application is so basic, installation is as simple as cloning this repository!

git clone https://github.com/tomit4/app_todo

Once cloned, just cd into the app_todo directory and open up the index.html in your browser. Should you wish to play around with the code yourself, you of course can use live-server, either from the command line or the VSCode extension.

cd app_todo & live-server .

From here you should be able to interact with a very essential todo application.

NOTE:

This application was written solely as demonstration of how to write a basic To Do Application in HTML, CSS, and JavaScript. The companion blog post/article to this repository can be found over at My Website.

About

A Simple ToDo App In HTML/CSS/JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published