TODOLIST

πŸ“— Table of Content

A solo programming project that heighlights the use of webpack to bundle JavaScript, ES6 syntax

πŸ›  Built With

Tech Stack

<### Client

πŸš€ Live Demo

Link to live demo

To Do List πŸ“

Server

Database

Key Features

πŸ’» Getting Started

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

  1. Installed Git.
  2. Create a local directory that you want to clone the repository.
  3. Open the command prompt in the created directory.
  4. On the terminal run this command git clone <>
  5. Install the dev dependencies for linters run npm install.
  6. run: npm i --save-dev webpack webpack-cli webpack-dev-server @babel/core @babel/preset-env babel-loader style-loader css-loader sass-loader html-webpack-plugin mini-css-extract-plugin

After Installing all the packages run this command npm run start to start dev server and you can just press Ctrl + C in the terminal and that will kill it and run npm run build to creates a build directory with a production build of your app .

Prerequisites

In order to run this project you need

Setup

Install

Install this project with

Usage

To run the project, execute the following command

Run tests

To run tests, run the following command

Deployment

You can deploy this project using https://abenezerassefa.github.io/TODOLIST/

πŸ‘₯ Authors

πŸ‘€ Abenezer

πŸ”­ Future Features

In the future, I shall be adding some dynamic loading effects to ensure a more smooth rendering on user’s devices with the following features:

🀝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

⭐️ Show your support

If you like this project kindly send to me an e-mail expressing it, it would make my day and fuel my motivation.

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse team for this journey.

(back to top)

❓ FAQ

How do I clone this with all the un-merged branches?

How to access the database?

πŸ“ License

This project is MIT licensed.