Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.81 KB

README.md

File metadata and controls

54 lines (31 loc) · 1.81 KB

Pure javaScript ToDo App

Check The Live Website ➡️ Live Website

Animation of the Website

image

Visualization of the Website

todo1 todo2 todo3 todo4 todo5 todo6 todo7

Project Skeleton

|----Pure javaScript ToDo App

    |----index.html  
    |----css > style.css   
    |----js > app.js
    |----todo-app.gif
    |----readme.md            

Project Description

--Vanillia js implemented in the Project

--Localstroge used as database

--Making backup and data uploading added in JSON format

--Added category system

--Color groups and importance mark added for todo list

--Marked as done todos and colored groups are sorted together

--All todos can list together

Overview

I mastered HTML, CSS , Bootstrap, Javascript features in this project. You can see the visual representation of the website above.

Used in this project

👉HTML tags, Javascript, CSS styling, Positioning,etc.