https://github.com/ha7890846/pocket_notes
This is a web app for creating Notes for Study Purpose.
https://github.com/ha7890846/pocket_notes
Last synced: about 2 months ago
JSON representation
This is a web app for creating Notes for Study Purpose.
- Host: GitHub
- URL: https://github.com/ha7890846/pocket_notes
- Owner: ha7890846
- Created: 2025-02-28T12:53:22.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T16:17:14.000Z (about 2 months ago)
- Last Synced: 2025-02-28T19:44:40.444Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://pocket-notes-ruddy.vercel.app
- Size: 455 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pocket Notes:
A pocket notes app with full of customization, Where You can share your notes with your friends and Store them in different groups and retrieve them whenever you want.## Getting Started
Created with `npm create vite@latest` -- React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.## Features:
- Group Wise Notes.
- Add New Group.
- Create New Note for a Group.
- Store and retrieve notes from localStorage.
- Responsive Design.### References:
- Live Preview : [Click Here](https://pocket-notes-nerd.vercel.app/)
- Vite Documentation : [Vite](https://vitejs.dev/)
- React Documentation: [React](https://reactjs.org/)## Available Commands
Run `npm run dev` to start the development server.
Run `npm run build` to build the production version.