ikennarichard / ToDo

ToDo is a web app that helps you organize daily tasks. It sorts out tasks that need to be completed and lets you mark them as complete or not. Built using HTML, CSS, JavaScript and webpack

Home Page:https://todo-list-mv.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


ToDo List

πŸ“— Table of Contents

πŸ“– ToDo List

This project is a web page that lets user list To Do tasks. Built using HTML, CSS, JavaScript and webpack.

πŸ›  Built With

  • HTML, CSS, JavaScript
  • Technologies: Webpack for code bundling

Tech Stack

Client
Server
Database

Key Features

  • Homepage
  • Todo Tasks section
  • Add and Remove Tasks
  • Manage tasks with local storage
  • Drag and Drop Tasks

(back to top)

πŸš€ Live Demo

Live Demo Link

(back to top)

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

  • You need a VS code text editor.
  • Node

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:ikennarichard/ToDo.git

Install

Install this project with:

  cd my-project
  npm install

Usage

To run the project, execute the following command:

  npm run build
  npm start

Run tests

To run tests, run the following command at the root of the folder:

  • Stylint (CSS)
  npx stylelint "**/*.{css,scss}"
  • ES lint (Javascript)
 npx eslint .

Deployment

Not Available

(back to top)

πŸ‘₯ Authors

πŸ‘€ Author1

(back to top)

πŸ”­ Future Features

  • Update user interface to make be more interactive

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please drop a ⭐️ or give feedback on areas that can be improved.

(back to top)

πŸ™ Acknowledgments

  • Everyone whose code was an inspiration
  • The code reviewers

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

ToDo is a web app that helps you organize daily tasks. It sorts out tasks that need to be completed and lets you mark them as complete or not. Built using HTML, CSS, JavaScript and webpack

https://todo-list-mv.netlify.app

License:MIT License


Languages

Language:JavaScript 73.2%Language:CSS 20.2%Language:HTML 6.6%