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:
- Clone this repository
- Install dependencies using npm install
- 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.