Giter Club home page Giter Club logo

todo-list's Introduction

todo-list

A JS todo-list CRUD application. Set up with webpack for modern JS capabilities using DOM manipulationA website built using purely DOM manipulation and event handling to create a todo list app and bundle it up using Webpack for a Modern JavaScript touch. This application uses JavaScript Object Oriented Programming to group todos within each project object and stores and retrieves a list of these projects using LocalStorage.

Screenshot

landing

Built With

  • HTML5 & CSS3, & JavaScript
  • Bootstrap

Instructions

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

Prerequisites

  • Gitbash installed to navigate between the branches.
  • A preferred text editor for example VS Code.
  • A browser such as Google Chrome

Install

Clone this GitHub Repo to your computer on yourFolder by typing these commands in the terminal or download as a Zip file and extract.

$ mkdir yourFolder
$ cd yourFolder
$ git clone https://github.com/KabohaJeanMark/todo-list/

Using webpack

  • Install the packages locally and run the command to modify your bundled js based on changes in the JavaScript file.
npm install
npm run dev
  • Run the following command so that webpack to always watch your changes and updates your modified js whenever changes are made to the index.js or it's module files it is importing from
npm run watch

Testing using jest

  • To check out the tests, run the following command
npm run test

tests passing

Usage

  • View with live Server in VS code or Right click and open the index.html in your browser to view.
  • Create a project using the form in the first third of the page below the heading PROJECTS.
  • Your created project will appear below the already existing default project.
  • Click the + button to create a todo under the project you want it to fall under. Or click the + on default to save under default project.
  • A form will appear with fields title, description, dueDate and priority to be selected in the second column(TODOS).
  • Below the form other todos belonging to that project will display.
  • Upon successful creation, the form disappears and the user views their created todo and others under it's project.
  • Each of these todos has a details button.
  • When you click the details button, a card appears in the right column (TODO DETAILS) with details for that particular todo and buttons to either update with a form or delete it.
  • Upon refreshing, the page reloads and shows all projects in the 1st column(PROJECTS).

Author

๐Ÿ‘ค Kaboha Jean Mark

๐Ÿค 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!

Acknowledgments

  • Hat tip to Microverse for the README template, instructions and tutoring for this Capstone project.

๐Ÿ“ License

This project is MIT licensed.

todo-list's People

Contributors

kabohajeanmark avatar

Stargazers

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