https://github.com/tajwararik/todo-list
The Odin Project assignment
https://github.com/tajwararik/todo-list
date-fns es6-modules html-css-javascript localstorage npm webpack
Last synced: 6 months ago
JSON representation
The Odin Project assignment
- Host: GitHub
- URL: https://github.com/tajwararik/todo-list
- Owner: tajwararik
- Created: 2024-08-19T16:18:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T20:59:25.000Z (over 1 year ago)
- Last Synced: 2025-04-05T19:41:29.918Z (about 1 year ago)
- Topics: date-fns, es6-modules, html-css-javascript, localstorage, npm, webpack
- Language: JavaScript
- Homepage: https://tajwararik.github.io/Todo-List/
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO List
This is a project from the The Odin Project.
In this project I have made Todo List a web application using JavaScript and webpack. I have used ES6 Modules and JavaScript alone to generate the entire contents of the website.
## Overview
Users should be able to:
- Create new projects
- Create new tasks
- View all projects
- View all tasks
- View all the tasks in a project
- Delete a task
- Mark a task as complete
- Projects and tasks will be saved
## Link
- [Live url](https://tajwararik.github.io/Todo-List/)
## Built with
- JavaScript
- ES6 Modules
- CSS Grid
- Flexbox
- npm
- Webpack
- date-fns library
- localStorage