Skip to content

Rina-V09/Keeper-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keeper App

Keeper App is a sleek and intuitive note-taking application that helps you capture, organize, and manage your notes efficiently.


Screenshots

Home Screen Note View
Home Screenshot Note Screenshot

Features

Feature Description
Add Notes Quickly create new notes with titles and content
Edit Notes Update existing notes easily
Delete Notes Remove notes you no longer need
Responsive Design Works smoothly on mobile and desktop
Dark Mode Optional dark theme for comfortable reading

Technologies Used

  • Frontend: HTML, CSS, JavaScript, React
  • Backend: Node.js, Express (if applicable)
  • Database: MongoDB / Firebase / Local Storage
  • Libraries: Redux, Material UI (if used)

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/keeper-app.git
  1. Navigate to the project directory:
cd keeper-app
  1. Install dependencies:
npm install
  1. Start the app:
npm start

Visit http://localhost:3000 to see the app in action.


Usage

  1. Open the app in your browser.
  2. Click Add Note to create a note.
  3. Use Edit to update a note.
  4. Click Delete to remove a note.
  5. Use the Search bar to find notes quickly.

Contributing

Contributions are welcome!

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-name)
  3. Commit your changes (git commit -m "Add new feature")
  4. Push to the branch (git push origin feature-name)
  5. Open a Pull Request

Contact

About

A simple note-taking web application built with React.js that replicates the core functionality of Google Keep. Users can add, view, and delete notes with a clean and minimal interface. The app demonstrates the use of React Hooks (useState) for state management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors