Skip to content

Redo todolist-application without javascript class approach.

License

Notifications You must be signed in to change notification settings

ram1117/todolist-application-v2

Repository files navigation

Minimalist ToDo List

📗 Table of Contents

📖 [ToDo List]

ToDo List is a simple TODO list application created using webpack

🛠 Built With

Tech Stack

  • HTML/CSS
  • Javascript
  • Webpack

Key Features

  • Using Webpack for project developement

(back to top)

🚀 Live Demo

(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: git CLI, node and npm installed in your local system.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/ram1117/todolist-application.git

Install

Install module dependencies using npm.

  cd my-project
  npm install

Usage

To run the project using Webpack devserver, execute the following command:

  npm run start

Run tests

To run the jest test cases , execute the following command after installing module dependecies:

to add your own test cases, please add test and mock files to tests and mocks folder.

  npm test

Deployment

You can deploy this project using: Github page or any hosting service of your choice.

Please refer to Github pages deployment guide.

(back to top)

👥 Authors

👤 Tonny Tei

👤 Ram Kumar Karuppusamy

(back to top)

🔭 Future Features

  • Use mouse drag to change the ordering of task in the list

(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 give a STAR to the project repository on Github

project repository

(back to top)

🙏 Acknowledgments

(back to top)

❓ FAQ (OPTIONAL)

  • What is the license policy for this project?

    • This project is MIT licensed, please refer to the License.md file for more information.
  • How to setup webpack for this project

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Redo todolist-application without javascript class approach.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published