Skip to content

Exercise files for Gordon Zhu's "Practical JavaScript" course.

Notifications You must be signed in to change notification settings

Kailash23/learn-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List

A todo list app built in HTML, CSS and JavaScript.

Getting Started

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone git@github.com:Kailash23/javascript-basics.git

# Go into the repository
$ cd javascript-basics

# Install dependencies
$ npm install -g live-server

# Run the app
$ live-server

Acknowledgments

If you want to learn how to build this yourself you can check out:

Demo

https://kailash23.github.io/javascript-basics/