Flashcardify is a web application for creating, managing, and studying digital flashcards. Whether you’re a student preparing for exams or someone who loves learning new things, Flashcardify makes it easy to organize and review information effectively.
- Create Flashcards: Add, edit, and delete flashcards with questions and answers.
- Practice Mode: Test your knowledge by flipping through flashcards in study mode. Mark which ones you get correct and incorrect to keep track of your progress.
- Responsive Design: Works seamlessly on desktop, tablet, and mobile devices.
Frontend: React Backend: Node.js, Express Database: MongoDB
Clone the Repository:
git clone https://github.com/saloni-jain-code/Flashcardify_Final.git
Install Dependencies:
cd frontend
npm install
cd ../backend
npm install
Configure Environment Variables:
Create a .env file in the backend folder and set MONGO_DB_URI.
cd frontend
npm start
Access the app by opening your browser and navigating to http://localhost:3000.