Code Monkey home page Code Monkey logo

mv-todolist's Introduction

Todolist App

A Todolist Application that uses localstorage to store data in between sessions.

screenshot

Features

  • Can create Project
  • Can Create Todo
  • Can delete Todo
  • Can Update todo
  • UI Can sort todos by project

Built With

  • Javscript, HTML/CSS,
  • Bootstrap,
  • webpack

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • NPM / NodeJS

Setup

  • Clone repo and at the root of application run npm install

Usage

  • Execute npm run start at root of application.
  • Create Project
  • Create Todo

Authors

πŸ‘€ Aheebwa Ramadhan

🀝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

πŸ“ License

This project is MIT licensed.

mv-todolist's People

Contributors

raheebwa avatar

Watchers

James Cloos avatar  avatar

mv-todolist's Issues

Setup

  • Keep your code clean.
  • Do not commit console.log to your repo. It’s ugly, it kills performance and it can make confidential data be visible in the browser tools.
  • Keep the number of changes/updates to the DOM as low as possible, they are very expensive for the browser.
  • Keep the application logic separated from DOM manipulation tasks.
  • Keep all the styling logic in CSS files.
  • If you use node modules - .lock files should be in the repository to avoid problems with future versions of the dependencies.
  • If you use ES6 - use object destructuring to get the values from an object. This way you can avoid repeating a lot of code.

Add HTML 5 / CSS 3

Define general outlook of all page

  • Setup boostrap
  • Define Body
  • Convert All to JS DOM

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.