https://github.com/gyanthakur/notes_store
Welcome to the Notes Store app! This is a web-based application built using Next.js, Tailwind CSS, and other modern web technologies. The app allows users to manage their notes, including functionalities such as creating, editing, deleting, and sharing notes.
https://github.com/gyanthakur/notes_store
convex edgestore nextjs tailwindcss typescript
Last synced: 3 months ago
JSON representation
Welcome to the Notes Store app! This is a web-based application built using Next.js, Tailwind CSS, and other modern web technologies. The app allows users to manage their notes, including functionalities such as creating, editing, deleting, and sharing notes.
- Host: GitHub
- URL: https://github.com/gyanthakur/notes_store
- Owner: Gyanthakur
- Created: 2024-03-01T09:00:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T07:08:18.000Z (5 months ago)
- Last Synced: 2025-01-14T14:59:27.224Z (5 months ago)
- Topics: convex, edgestore, nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://notes-store-app.vercel.app/
- Size: 1.06 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes Store App
Welcome to the **Notes Store** app! This is a web-based application built using Next.js, Tailwind CSS, and other modern web technologies. The app allows users to manage their notes, including functionalities such as creating, editing, deleting, and sharing notes.
You can check out the live version of the app here: [Notes Store](https://notes-store-app.vercel.app/).



## Features
- **Create Notes**: Easily create and store your important notes.
- **Edit and Update**: Make changes to your existing notes anytime.
- **Delete Notes**: Remove unwanted notes quickly.
- **Share Notes**: Share your notes with others by generating a unique link.
- **Note Categorization**: Organize your notes into various categories for better management.
- **Responsive Design**: The app is fully responsive and works across all devices.## Technologies Used
- **Next.js**: A React-based framework for building scalable web applications.
- **Tailwind CSS**: A utility-first CSS framework for styling the app with ease.
- **Clerk**: For user authentication and management.
- **Convex**: For real-time data synchronization.## Installation
To run this project locally, follow these steps:
### Prerequisites
Make sure you have [Node.js](https://nodejs.org/) installed on your machine.