Giter VIP home page Giter VIP logo

todo-list's Introduction

JavaScript Todo List App

Version Documentation Maintenance License: MIT Twitter: vokeugo netlify

This is a simple Tood List App that demonstrates knowledge of ``es6 classes``, ``modules`` and ``jest`` for test driven development.

It contains basic features such as -

  1. Create a Todo List (a group of related todo items)
  2. Create a Todolist Item for each group of todo list created above
  3. Mark a todo item as complete, priority or even delete a todo item
  4. Delete TodoList group with all its child items.
  5. Use LocalStorage to persit the data accross different sessions.

This project was completed in line with standards provided by Microverse.

See Demo URL- Todo List App

todo-list-app

Basic Tests

Tests cover basic features to validate TodoList and TodoItem.

Technologies

  • Javascript (ES6)
  • JEST (TDD)
  • Webpack 4

Installation

Clone the repository to your local machine

$ git clone https://github.com/johnsonsirv/todo-list.git

Usage

In your terminal, go to the directory

$ cd todo-list
$ npm install
$ npm run test
$ npm run build

Contributor(s)

Victor Okeugo

How to contribute

  1. Fork it (https://github.com/johnsonsirv/todo-list/fork)
  2. Create your feature branch (git checkout -b feature/[choose-a-name])
  3. Commit your changes (git commit -m 'What this commit will fix/add')
  4. Push to the branch (git push origin feature/[chosen name])
  5. Create a new Pull Request

You can also create issues

License

This project is licensed under the MIT License - see the LICENSE file for details.

todo-list's People

Contributors

dependabot[bot] avatar johnsonsirv avatar

Stargazers

 avatar  avatar  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.