Welcome to PromptPlanet! 🌟
PromptPlanet is an AI prompt sharing platform where users can log in using GitHub and create, edit, delete, and store prompts. This project is built using Next.js, NextAuth, MongoDB, and Tailwind CSS.
- User Authentication: Log in using your GitHub account.
- Prompt Management: Create, edit, delete, and store your AI prompts.
- Responsive Design: Beautiful and responsive UI with Tailwind CSS.
- Next.js: A React framework for building fast and user-friendly web applications.
- NextAuth: Authentication for Next.js applications.
- MongoDB: A NoSQL database for storing user data and prompts.
- Tailwind CSS: A utility-first CSS framework for styling.
- Node.js and npm installed on your machine.
- A MongoDB database setup.
- GitHub OAuth credentials for NextAuth.
- Clone the repository:
git clone https://github.com/yourusername/PromptPlanet.git cd PromptPlanet npm install npm run dev