/To-do-list

This repository contains a To-do list application that helps the user keep track of pending actions and acts as a reminder to get them done.

Primary LanguageJavaScriptMIT LicenseMIT

To-do-list

📗 Table of Contents

📖 To-do-list

To-do-list is a project to enable users add and remove tasks easily

🛠 Built With

Tech Stack

Markup
Interaction

Key Features

  • Easy navigation

(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 an IDE such as VS code, sublime, atom e.t.c:

Setup

Clone this repository to your desired folder:

Example commands:

 $ cd my-folder
 $ git@github.com:Cisco-the-wayword/To-do-list.git

Install

Install git to work on this project with:

   $ git config --global user.name "First Last"

   $ git config --global user.email "example@example.com"

Usage

To run the project have Node.js installed, execute the following command:

 Run the code on your code editor's live server.
 Then navigate to webpack-demo/src to deploy the page.

Go to your browser and type localhost:8080. Your Application should run

Run tests

To run tests, run the HTML document in Google Chrome and right-click the HTML element you want to inspect. Click on "Inspect" and you will have the tools to run, analyze, and even debug the code

Deployment

You can deploy this project using build tools such as webpack, Rollup, Parcel, e.t.c or even deploy using Github pages:

Example: To build for production with parcel, use the folowing commands:

  • Initialise npm package
  • Install parcel
  • Build for production
 $ npm init -y
 $ npm i -g parcel-bundler
 $ parcel build index.html

(back to top)

👥 Authors

👤 Cisco

🔭 Future Features

Future features that will be added to the project include:

  • An improved user interface

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

(back to top)

🙏 Acknowledgments

We would like to thank Microverse for the opportunity to conduct pair programming on this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)