Skip to content

Ananta-Paul/Keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keeper (Web App)

  • This is a simple note-taking application built with React. It allows users to create notes, delete notes, and view their notes in a responsive grid layout.

Installation

  • To install and run the app locally, follow these steps:
    1. Clone the repository to your local machine.
    2. Install the necessary dependencies by running npm install in the project directory.
    3. Start the development server by running npm start.
    4. Open your browser and navigate to http://localhost:3000.

Usage

  • To use the app, simply start typing in the "Create a Note" section at the top of the page. Once you have entered a title and some content for your note, click the "Add" button to save it.

  • To delete a note, click the trash can icon in the top-right corner of the note.

Screenshots

  • Responsive design across all devices

Contributing

  • If you would like to contribute to this project, please fork the repository and submit a pull request with your changes.