Skip to content

tchasinga/To-do-list-Microverse

Repository files navigation

📗 Table of Contents

📖 To-do List and task Manangement

Book Library is a simple web app that can be used to keep track of a list of books and their authors. It allows you to add or remove a book with ease.

🛠 Built With

Tech Stack

Builded by using those specific tech below

Key Features

Here's the key Coming Features :

  • To-do manangement task
  • Add Alarm to specifier to alert user to get back on his Task saved
Using those specific features coming , life for UI will be really 
Ease to manage, as the purpose of this To-do List is to help Users to manage  his all task of the day or coming day, Now I'm sure those 
Coming features will helpful

(back to top)

🚀 Live Demo

N/A

(back to top)

💻 Getting Started

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

  • Clone this project.
  • Open it in VS code.
  • Deploy it on a browser using a live-server plug-in.

Prerequisites

In order to add this project to your repo you need:

Git A GitHub account VS-Code HTML, CSS, and JavaScript linters

Setup

Clone this repository to your desired folder:

https://github.com/tchasinga/To-do-list-Microverse.git

👌 ABOUT TESTTING CODE

Testing your application's logic with test suites has always been an important part of software development;

a framework like Mocha or Jasmine, or spinning up DOM-dependent tests in a headless browser like PhantomJS, our options for unit testing JavaScript are better now than ever. However, this doesn’t mean the code we’re testing is as easy

procees of testing code

Go to Code Editor and run this npm command : 
npm install --save-dev @babel/plugin-transform-modules-commonjs

And after that creat the file named : .babelrc and inside the file you can paste this code code below :


{
  "env": {
    "test": {
      "plugins": ["@babel/plugin-transform-modules-commonjs"]
    }
  }
}

IMPORTANT PART IS TO CREATE JEST.CONFIG.JS and paste the file those following code

module.exports = {
  testEnvironment: 'jest-environment-jsdom',
};


After you have done with all of these steps, go back into your terminal or cmd prompt window and run this command

npm run test 

Install

This project doesn't need to be installed.

Usage

Project can be used in any proswer

Run tests

There are no tests to run.

Deployment

You can deploy this project by using VS-code and injecting it to a browser through a local live server

(back to top)

👥 Authors

👤 Tchasinga

(back to top)

🔭 Future Features

  • CSS styling to make the project loook better

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the here the page.

(back to top)

⭐️ Show your support

If you like this project, please give it a star ⭐️

(back to top)

🙏 Acknowledgments

I'd like just to say thanks for Idea and effort given by partner we've done enough in group, and thanks to all for really

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

A to-do list is a powerful organizational tool that helps individuals keep track of tasks, responsibilities, and goals. It serves as a visual representation of the various activities and priorities that need to be accomplished within a given timeframe. Whether you're managing personal tasks,

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors