Flashy is a web application designed to help users create, manage, and study flashcards. The application allows users to create flashcard sets, upload images, and share their sets with others.
Ensure you have environment variables set. To get started with Flashy, follow these steps:
-
Navigate to the project directory:
cd flashy-web
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
Once the development server is running, you can access the application at http://localhost:3000
. From there, you can create an account, log in, and start creating flashcard sets.
- Create Flashcards: Easily create flashcards with questions, answers, and optional images.
- Manage Sets: Organize your flashcards into sets and update them as needed.
- Image Upload: Upload images to your flashcards to enhance your study experience.
- Public and Private Sets: Choose to make your flashcard sets public or keep them private.
- Study Mode: Use the study mode to review your flashcards and track your progress.