/my-keeper

Front-End of the web app that allows to create and delete records.

Primary LanguageJavaScript

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.