Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 988 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 988 Bytes

Keeper App

Keeper App is a simple note-keeping application built with React and TypeScript. It allows users to create, view, and delete notes, providing a basic yet effective digital keeper.

Features

  • Create and customize notes with a title and content.
  • View a list of all created notes.
  • Delete notes to keep your digital space organized.

Getting Started

  1. Clone the repository:
 git clone https://github.com/your-username/keeper-app.git
  1. Navigate to the project directory:
 cd keeper-app
  1. Install dependencies:
 npm install
  1. Run the development server:
 npm run dev

Open your browser and visit http://localhost:3000 to use the Keeper App.

Contributing

Contributions are welcome! If you have suggestions, improvements, or issues, feel free to open a pull request or create an issue.

License

This project is licensed under the MIT License.