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.
- Create and customize notes with a title and content.
- View a list of all created notes.
- Delete notes to keep your digital space organized.
- Clone the repository:
git clone https://github.com/your-username/keeper-app.git
- Navigate to the project directory:
cd keeper-app
- Install dependencies:
npm install
- Run the development server:
npm run dev
Open your browser and visit http://localhost:3000 to use the Keeper App.
Contributions are welcome! If you have suggestions, improvements, or issues, feel free to open a pull request or create an issue.
This project is licensed under the MIT License.