https://github.com/leg3ndary/flashnotes
Create quick and informative flash cards using just an image of your handouts or pre-existing notes
https://github.com/leg3ndary/flashnotes
chatgpt nextjs tailwind typescript
Last synced: 2 months ago
JSON representation
Create quick and informative flash cards using just an image of your handouts or pre-existing notes
- Host: GitHub
- URL: https://github.com/leg3ndary/flashnotes
- Owner: Leg3ndary
- Created: 2023-12-09T14:39:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-11T15:14:49.000Z (over 1 year ago)
- Last Synced: 2025-02-08T11:12:37.863Z (4 months ago)
- Topics: chatgpt, nextjs, tailwind, typescript
- Language: TypeScript
- Homepage:
- Size: 601 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlashNotes
A simple AI powered flashcard app that converts any handwritten notes into digital flashcards to practice your knowledge.
## Running this Project
To run this project you will need an Open Ai API key. You can get one [here](https://beta.openai.com/).
Once you have your API key, create a file called `.env` in the root directory of this project and add the following:
```
OPENAI_API_KEY=
```Then run the following commands:
```
npm install
npm run dev
```Then open up `localhost:3000` in your browser and start generating flashcards!