https://github.com/harshproj/notes_store
https://github.com/harshproj/notes_store
clerk context-api convex edgestore nextjs tailwindcss typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshproj/notes_store
- Owner: HarshProj
- Created: 2024-12-18T13:27:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T15:07:28.000Z (5 months ago)
- Last Synced: 2025-01-22T16:14:46.953Z (4 months ago)
- Topics: clerk, context-api, convex, edgestore, nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 691 KB
- Stars: 0
- 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.