Code Monkey home page Code Monkey logo

todo's Introduction

Features

  • Mobile compatible (Responsive design!)
  • Can create todos, edit title, description and date, mark as complete, mark as favorite, each todo also has 1 of 3 priorities and color coded to show which priority it is
  • Todos are stored and saved on the device's local storage
  • Light and dark theme

Screenshots

Difficulties encountered

  • Synchronise each todo across the entire project without using classes, had to store them purely as objects in localstorage, with each project representing a key and each todo relating to that project representing the value
  • Having so many files made navigation easier but it was also more difficult to organise everything
  • Working with JSON-type data for the first time was more confusing than I initally thought, having to use JSON.parse() and JSON.stringify() all the time was pretty annoying
  • When making logic for the responsive design I had to implement some logic specifically that turned the sidebar into a menu button that opens when clicked and closes when navigating to another tab, it sounds simple but it was more difficult for me than I imagined initially

Estimations

  • Time to complete project (estimated): ~7-10 days
  • Time to complete project (actual): 3 days Overall, I was very happy with the pace I was going at, the first two days I focused on features and on the third day I mostly focused on adding small changes such as hover effects, dark/light theme and general UI optimisations

Tools used

todo's People

Contributors

nikitarevenco avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.