Skip to content

Latest commit

 

History

History
153 lines (95 loc) · 3.17 KB

README.md

File metadata and controls

153 lines (95 loc) · 3.17 KB


Todo List App README

📗 Table of Contents

📖 Todo List App

This is a very simple and minimalist todo app where users can add, edit and delete tasks.

🛠 Built With

Tech Stack

HTML5
CSS
Javascript
Babel Loader
Sass Loader With Dart Sass
HTMLWebpackPlugin
WebpackDevServer
Asset Resource Loader
Source Maps
Caching

Key Features

  • User can add tasks
  • User can edit task
  • User can delete tasks

(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:

Install Git in your computer Git Any text editor VSCode Install linters on your local env't

Setup

Clone this repository to your desired folder:

git clone https://github.com/musagamfure/webpack.git

Usage

Inside your IDE:

Run Dev Server (Port 3000)

  npm start

Build for production

npm run build

Deployment

You can access this application on: Live Demo

(back to top)

👥 Authors

👤 Musangamfura Emmanuel

(back to top)

🔭 Future Features

  • Adding Navigation Menu
  • User friendly Styling

(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 give it a ⭐️

(back to top)

🙏 Acknowledgements

I would like to thank Microverse For everything.

(back to top)

📝 License

This project is MIT licensed.

(back to top)