Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvishalkeerthan/PromptScape
PromptScape is a dynamic platform for discovering, creating, and sharing creative prompts to inspire your writing and brainstorming
https://github.com/pvishalkeerthan/PromptScape
google-authentication javascript nextjs13 nodejs reactjs tailwindcss
Last synced: about 1 month ago
JSON representation
PromptScape is a dynamic platform for discovering, creating, and sharing creative prompts to inspire your writing and brainstorming
- Host: GitHub
- URL: https://github.com/pvishalkeerthan/PromptScape
- Owner: pvishalkeerthan
- Created: 2024-08-03T14:05:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T19:22:09.000Z (5 months ago)
- Last Synced: 2024-08-12T05:03:39.329Z (5 months ago)
- Topics: google-authentication, javascript, nextjs13, nodejs, reactjs, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - pvishalkeerthan/PromptScape - PromptScape is a dynamic platform for discovering, creating, and sharing creative prompts to inspire your writing and brainstorming (JavaScript)
README
# PromptScape 🌟
Welcome to **PromptScape**! 🚀 A captivating web application designed to spark creativity and innovation through engaging prompt sharing. Leveraging Next.js, MongoDB, and Tailwind CSS, PromptScape provides a dynamic platform where users can create, explore, and share inspiring prompts with ease.
## 🌟 Introduction
**PromptScape** is a modern, full-stack application that blends creativity with technology. Whether you're brainstorming, writing, or simply exploring new ideas, PromptScape is your go-to space for discovering and sharing prompts that ignite imagination.
## 🔥 Features
- **Google Authentication**: 📝 Sign in seamlessly with your Google account for a secure and streamlined login experience.
- **Create, Edit, and Delete Prompts**: ✏️ Manage your prompts effortlessly, giving you full control over your creative content.
- **User Profiles**: 👤 Showcase your prompts and explore others' profiles to find inspiration and connect with fellow creators.
- **Search Functionality**: 🔍 Easily find prompts using keywords, tags, or usernames to discover new ideas and themes.
- **Copy Prompt Text**: 📋 Quickly copy prompt text to integrate into your projects or AI tools with a single click.## Run Locally
Clone the project
```bash
git clone https://github.com/pvishalkeerthan/PromptScape.git
```Go to the project directory
```bash
cd promptscape
```Install dependencies
```bash
npm install
```
Configure Environment Variables:
```bash
GOOGLE_ID=your-google-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
MONGODB_URI=your-mongodb-uri
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_URL_INTERNAL=http://localhost:3000
NEXTAUTH_SECRET=your-nextauth-secret```
Start the server
```bash
npm run dev
```
![Screenshot 2024-08-03 193219](https://github.com/user-attachments/assets/1ac5af84-72c7-4800-a5b4-6139e10e0b94)
![Screenshot 2024-08-03 192323](https://github.com/user-attachments/assets/138b52f6-a622-4e65-b118-1c5c5223c106)## 🤝 Support and Contribution
Got questions, feedback, or suggestions? Feel free to open an issue or reach out. Contributions are always welcome to help make PromptScape even better!Let's create a vibrant community of creativity with PromptScape! 🌈🎨
## 📂 Tech Stack- **React.js**: A JavaScript library for building user interfaces.
- **Tailwind CSS**: A utility-first CSS framework for designing modern web interfaces.
- **Next.js (v13)**: A React framework that provides server-side rendering and static site generation.
- **Node.js**: A JavaScript runtime for executing JavaScript code server-side.
- **JavaScript**: The programming language used for both client-side and server-side development.
- **Fullstack**: Integrates both frontend and backend technologies seamlessly.