Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgeandrespadilla/ai-flashcard-saas
AI Flashcard SaaS (Headstarter Fellowship - Week 4)
https://github.com/jorgeandrespadilla/ai-flashcard-saas
clerk firebase nextjs openai react stripe tailwindcss typescript
Last synced: about 1 month ago
JSON representation
AI Flashcard SaaS (Headstarter Fellowship - Week 4)
- Host: GitHub
- URL: https://github.com/jorgeandrespadilla/ai-flashcard-saas
- Owner: jorgeandrespadilla
- Created: 2024-08-19T01:24:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T06:49:39.000Z (4 months ago)
- Last Synced: 2024-08-21T03:57:16.920Z (4 months ago)
- Topics: clerk, firebase, nextjs, openai, react, stripe, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://ai-flashcard-saas-one.vercel.app/
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Flashcards
This project is an AI-powered flashcard application that helps you learn and remember information more effectively. This app was built using Next.js, Clerk, Firebase, OpenAI and Stripe.
> This project was initially developed using JavaScript. The original repository can be found [here](https://github.com/gabrielapadilla06/flashcards).
## Getting Started
1. Clone the repository.
2. Install the dependencies by running `npm install`.
3. Create a copy of the `.env.local.example` file and rename it to `.env.local`. Fill in the environment variables with your Firebase project configuration.
4. Run the development server by running `npm run dev`.
5. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.