/modern-todo-app

A slick, modern todo app to manage personal todo list with CRUD features & local storage

Primary LanguageJavaScriptMIT LicenseMIT

A slick, modern todo web app😎

License: MIT

Table of Content

About

A slick, modern todo app to manage personal todo list with CRUD features & local storage. My first coding task at Genesys Tech Hub's Learnable '20 Internship, Back-End Dev path.

Features

  • A stunning user interface with sweet animations😍 (No boring stuff)
  • Persistent data storage using localStorage
  • Almost bug-free app
  • Built with MaterializeCSS
  • Compatible with all major browsers

Screenshots

Screenshot 1

Screenshot 2

Demo

There is also a public demo available at: http://todo-app.omzi.repl.co/

Pending

  • Add color scheme change support
  • Add Markdown & linebreak support
  • Scroll to the bottom of the todo list and highlight newly added todo
  • Add extra fields in todo like priority (high, normal, low) & date
  • Sort todo by priority and date

Folder Structure

β”‚   β”œβ”€β”€ css
β”‚   β”‚   β”œβ”€β”€ app.css
β”‚   β”‚   β”œβ”€β”€ la-font-awesome.min.css
β”‚   β”‚   β”œβ”€β”€ materialize.min.css
β”‚   β”œβ”€β”€ fonts
β”‚   β”‚   β”œβ”€β”€ line-awesome.eot
β”‚   β”‚   β”œβ”€β”€ line-awesome.svg
β”‚   β”‚   β”œβ”€β”€ line-awesome.ttf
β”‚   β”‚   β”œβ”€β”€ line-awesome.woff
β”‚   β”‚   β”œβ”€β”€ line-awesome.woff2
β”‚   β”œβ”€β”€ js
β”‚   β”‚   β”œβ”€β”€ app.js
β”‚   β”‚   β”œβ”€β”€ jquery.3.3.1.min.js
β”‚   β”‚   β”œβ”€β”€ materialize.min.js
β”‚   β”œβ”€β”€ screenshots
β”‚   β”‚   β”œβ”€β”€ 1.png
β”‚   β”‚   β”œβ”€β”€ 2.png
β”œβ”€β”€ LICENSE.txt
β”œβ”€β”€ README.md
β”œβ”€β”€ index.html

Contribution

If you want to contribute to the app, please make a pull request or send your files to me via e-mail obiohaomezibe@gmail.com as an attachment.

Your contribution is much appreciated. Thank you

License

The MIT License (MIT)
Copyright Β© 2020 Omezibe Obioha

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.