PromptVerse is a web application designed to provide users with access to a wide range of creative prompts, allowing them to explore, utilize, and share ideas. Built with user convenience and interactivity in mind, PromptVerse offers a seamless experience with a variety of features.
- User Authentication: Utilizing Google Firebase, PromptVerse offers secure user authentication and login functionality, ensuring a safe and personalized experience for every user.
- Prompt Data Management: Prompt data is stored on MongoDB, allowing users to browse through a diverse selection of prompts easily.
- Detailed Prompt Viewing: Prompt details are readily available for users to view, providing comprehensive information about each prompt's content and objectives.
- Prompt Contribution: Users can add new prompts and share their ideas with the community, fostering a collaborative and creative environment.
- User Dashboard: The user dashboard displays users' interactions with prompts, enabling them to monitor their creative journey effectively.
- Search and Filter: Advanced search and filtering options allow users to find prompts based on categories, tags, and popularity.
Clone the project
git clone https://github.com/hereisSwapnil/PromptVerse.git
Go to the project directory
cd PromptVerse
Install dependencies
npm install
Start the server
npm run dev