An open API service indexing awesome lists of open source software.

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

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