Skip to content

Our ap makes easy to share yout JSON data with others. Simply authenticate and upload your data

Notifications You must be signed in to change notification settings

noejunior792/json-share

Repository files navigation

JSON Share

A web application that allows users to share JSON data publicly. Built with Next.js, Clerk for authentication, and shadcn/ui components.

🚀 Features

  • User authentication with Clerk
  • JSON editor with syntax highlighting using CodeMirror
  • Public sharing of JSON data
  • Modern UI with shadcn/ui components
  • Responsive design
  • Public access to shared JSON data without login

💻 Tech Stack

🛠️ Installation

  1. Clone the repository:
git clone https://github.com/yourusername/json-share.git
cd json-share
  1. Install dependencies:
npm install
# or
yarn install
  1. Set up environment variables: Create a .env.local file in the root directory and add:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key
CLERK_SECRET_KEY=your_clerk_secret_key
  1. Run the development server:
npm run dev
# or
yarn dev

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

About

Our ap makes easy to share yout JSON data with others. Simply authenticate and upload your data

Resources

Stars

Watchers

Forks