Prompotopedia is an open-source AI programming tool to discover, create and share creative prompts in the modern world.
Discover & Share AI-powered prompts.
Website Link: https://promptopedia-rks.vercel.app/
- Frontend + Backend: Next.js | MongoDB
- Authentication: https://console.cloud.google.com/
- Styled by: Tailwind CSS
- Deployed on: Vercel
- Implement Search [done]
- Implement Click on Tag [done]
- Implement View Other Profiles
- Fork and clone the repository.
- Install the required npm packages (using npm i <package_name>) [ P.S: your terminal will automatically generate an error in the absence of a required dependency]
- Commit your changes:
git commit -m "Add some feature"
- Push to the branch:
git push origin my-feature
- Open a pull request. [ P.S: Resolve all the merge conflicts before making a PR]