Embark on a journey into creativity with my latest project—an innovative Dynamic Prompt Sharing App. This web application represents the convergence of modern web development technologies, seamlessly blending the power of React, Next.js, Tailwind CSS, and NextAuth. The intricate authentication system is fortified with both GitHub OAuth and credential-based authentication, creating a secure and inclusive environment for users to engage. Inspiration drawn from the JS Mastery tutorial not only provided a roadmap but also fostered a deeper understanding of best practices and optimal workflows
Project Link: promtptopia-app
- Next.js 14
- Tailwind CSS
- NextAuth
- Seamlessly post prompts and share your creative ideas with the community.
- Dive into a treasure trove of diverse prompts posted by fellow users.
- Personalize your prompts with easy editing options and manage them effortlessly.
- Hassle-free account management, ensuring a smooth user experience
- Secure and convenient login using GitHub OAuth for enhanced user authentication.
- Prioritize user privacy with robust credential authentication.
- Efficiently search through prompts using intuitive search features and tags
- Organize and categorize prompts with a user-friendly tagging system
- Enjoy a seamless experience on any device with the responsive and intuitive design
-
Clone the repository to your local machine:
git clone https://github.com/delmac-dev/share-prompts-app.git
-
Navigate to the project directory:
cd share-prompts-app
-
Install the dependencies:
npm install
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev
-
Open http://localhost:3000 with your browser to see the result.