Skip to content

microvese-projects/react-Todo-List

Repository files navigation

React TodoList

📗 Table of Contents

📖 React TodoList

React TodoList is a project that was created inline with the Microverse curriculumn. It is an app that allows the user to add and keep track of some todo tasks. I used React in this project.

🛠 Built With

Tech Stack

Client

.

Key Features

I plan to implement the following features:

  • [List] This section showcases the list of tasks that have been completed and not deleted as well as the uncompleted tasks.
  • [Form] This section provides an input that the user can type in to add a tasks.
  • [Buttons] Buttons on the app allow the user to manipulate the list by either marking the task as complete, editing it or even deleting it. The reset button at the top allows for the reset of the entire list to an empty list.

(back to top)

💻 Getting Started

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

Prerequisites </>

In order to set up a local copy of this repository, you need to have git installed:

Install Git

Setup

Clone this repository to your desired folder:

Example commands:

  mkdir my-folder
  cd my-folder
  git clone [email protected]:microvese-projects/react-Todo-List.git
  npm install

Usage

To run the project:

Run

  npm start

Usage

Tests can be performed using the lighthouse extension on google chrome to get a report of the page performance.

(back to top)

👥 Author

👤 Benson Njuguna

(back to top)

🔭 Future Features

I plan to add the following features:

  • [Re-arrange_List]
  • [Clear_List]

(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, you can show your support by giving this project's repository a star on github.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for the outstanding collection of information they have provided that enabled me to create the project.

📝 License

This project is MIT licensed.

(back to top)

About

This is a todolist app created in react.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published