Pocket Notes is a note-taking application built with React and Vite. It allows users to create, manage, and organize notes in different groups such as HTML, CSS, JavaScript, and more. The app features a sidebar for selecting groups and a main section for displaying and creating notes.
- Group Notes by Topic: Organize notes under different groups (e.g., HTML, CSS, JavaScript, etc.).
- Sidebar Navigation: Easily navigate between different note groups.
- Vite: Fast build and development environment using Vite.
- Responsive Design: Works across various screen sizes.
- React: Frontend library for building the UI.
- Vite: Build tool for faster development and optimized production builds.
-
Clone the repository:
git clone https://github.com/Manish1803/pocket-notes.git cd pocket-notes
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to:
http://localhost:5173
npm run dev
: Start the development server.npm run build
: Build the project for production.npm run preview
: Preview the production build.
- Add notes to different groups (e.g., HTML, CSS, JS).
- Navigate between groups using the sidebar.
- React
- Vite