Skip to content

A simple to-do list app build with HTML, CSS and JavaScript.

License

Notifications You must be signed in to change notification settings

AmanWorku/to-do-list-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do List

📗 Table of Contents

📖 To Do List

A simple To Do list from microverse curriculam.

To Do List

🛠 Built With

Tech Stack

Describe the tech stack and include only the relevant sections that apply to your project.

Languages
  • HTML
  • CSS
  • Javascript
Bundler
  • Webpack
Server
  • Github

Key Features

Describe between 1-3 key features of the application.

  • Add tasks to the list
  • Remove tasks from the list
  • Mark completed
  • Edit tasks

(back to top)

🚀 Live Demo

Add a link to your deployed project.

(back to top)

💻 Getting Started

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

Setup

Clone this repository to your desired folder:

  git clone git@github.com:portfolio-roy/to-do-list.git
  cd to-do-list

Install

Install this project with:

  npm install

Usage

To run the project in a development server, execute the following command:

  npm start

To to build for the production, execute the following command:

  npm run build

Deployment

You can deploy this project using Github Pages

(back to top)

👥 Author

👤 Utsargo Roy

(back to top)

(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 me a star.

(back to top)

🙏 Acknowledgments

I would like to thank all my fellow micronauts.

(back to top)

❓ FAQ

Add at least 2 questions new developers would ask when they decide to use your project.

  • What is this project?

    • It's a project of micoverse curriculam.
  • Is there any SQL database for this site

    • No, there isn't. However, I used javascirpt objects stored in a file as a small database.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

A simple to-do list app build with HTML, CSS and JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.0%
  • SCSS 15.4%
  • HTML 9.8%
  • Shell 1.8%