AI Scribe is a web platform where users can provide a story prompt, and AI generates a short story based on that prompt. Users can also upvote their favorite stories, which are showcased on a leaderboard.
- Generate short stories based on user-provided prompts
- Upvote stories and showcase the most popular ones on a leaderboard
- User authentication and authorization
- Dark and light theme modes
- Frontend: React, Tailwind CSS, Vite, Redux
- Backend: Node.js, Express.js
- Database: MongoDB
- AI Integration: OpenAI API
Ensure you have the following installed:
- Node.js (v14.x or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/your-username/ai-scribe.git cd ai-scribe
-
Install dependencies for both the client and server:
cd frontend npm install cd backend npm install
-
Start the development servers:
-
In the
frontend
directory:npm run dev
-
In the
backend
directory:npm start
The client will run on
http://localhost:3000
and the server onhttp://localhost:5000
. -
- Open the client in your web browser (
http://localhost:3000
). - Sign up or log in to your account.
- Provide a story prompt and select the desired options (e.g., story type, user type, etc.).
- Click "Generate" to create a story.
- Browse generated stories and upvote your favorites.
- View top voted stories on the leaderboard.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
To report an issue or request a feature, please use our issue template.
This project is licensed under the MIT License. See the LICENSE file for details.