Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 736 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 736 Bytes

My Keeper Web Application
This is the Front-End part of My Keeper web application built using React. Users can add and delete tasks.

Technologies Used
• React
• Material UI
• CSS
• HTML

Features
• Add a task
• Delete a task

Getting Started
To run this application locally, follow these steps:

  1. Clone this repository
  2. Install dependencies using npm install
  3. Start the development server using npm start

Usage
To add a task, type the task in the "Take a note..." and "Title" input fields and click the "+" button. To delete a task, click the "delete" button.

Acknowledgments
Thank you to the Material UI library for providing beautiful UI components.