Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.