Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 976 Bytes

File metadata and controls

37 lines (23 loc) · 976 Bytes

ToDo+

Description

This is a simple To-Do List application built using React. The application allows users to add, delete, and edit their to-do items. It also includes a search feature to help users find specific items in their to-do list. The application is responsive and can be used on desktop and mobile devices.

Installation & Usage

To get started with this project, follow these steps:

  1. Clone the repository:
git clone https://github.com/viewsdevelop/to-do-plus.git
  1. Install dependencies:
npm install
  1. Run the development server:
npm start
  1. Open the application in your browser:
http://localhost:3000

Alternatively, you can access the hosted version of the application here.

That's it! You should now be able to use the application in your browser. If you encounter any issues or have questions, please don't hesitate to reach out.