Skip to content

A TODO-LIST-APP designed to help users manage their tasks. Users can create a task, read tasks, update tasks, delete task, check completed tasks and delete all checked tasks. Built with WebPack,, Modular JSand LocalStorage.

License

Notifications You must be signed in to change notification settings

kennyegun24/TODO-LIST-APP

Repository files navigation

To-Do List App

A basic website that allows users to add their day to day tasks. This website allows users to store each inputs to their local storage and these inputs can be deleted from the local storage also by clicking on the trash icon. Tis project was also created to test my knowledge on webpack in general

Built With

  • Major languages: HTML, CSS & Javascript
  • Technologies used: Linters, Git and Github, webpack.

Live Demo

Live Demo

Getting Started

Prerequisites

You should be having Node.js installed on your computer

Setup

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

  1. Navigate to a folder where you want the cloned file to appear

  2. Clone this repo in your terminal or git bash using the command

    
    
  3. run npm install to install all the necessary dependencies including the linters

Run tests

These were linter tests mainly

  • For css, run npx hint .
  • Html, run npx stylelint "**/*.{css,scss}"
  • Javascript npx eslint .

Run automated functionality test

  • To check for functionality with automated test run npm test

Deployment

Authors

👤 Kenny Egun

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

About

A TODO-LIST-APP designed to help users manage their tasks. Users can create a task, read tasks, update tasks, delete task, check completed tasks and delete all checked tasks. Built with WebPack,, Modular JSand LocalStorage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published