Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keeper App

A simple note-taking web application built with React and Vite, inspired by Google Keep. Users can add, view, and delete notes with a clean Material UI design.

Features

  • Add notes with a title and content
  • Delete notes
  • Responsive and modern UI using Material UI
  • Styled with custom CSS

Keeper App demo

Project Structure

.
├── index.html
├── package.json
├── vite.config.js
├── public/
│   └── styles.css
└── src/
    ├── index.jsx
    └── components/
        ├── App.jsx
        ├── CreateArea.jsx
        ├── Footer.jsx
        ├── Header.jsx
        └── Note.jsx

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/natural-mess/Keeper-App.git
    cd Keeper-App
  2. Install dependencies:

    npm install

Running the App

Start the development server:

npm run dev

Open http://localhost:5173 in your browser to view the app.

Building for Production

To build the app for production:

npm run build

Dependencies

About

A simple note-taking web application built with React and Vite, inspired by Google Keep.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages