A modern flashcard application built with Next.js for effective learning through spaced repetition.
# Clone the repository
git clone https://github.com/Ghafli/flashcard.git
cd flashcard
# Install dependencies
npm install
# Initialize the project
npm run init
# Start development server
npm run dev
Visit http://localhost:3000 to see the app.
# Run tests
npm test
# Run linting
npm run lint
# Build for production
npm run build
# Start production server
npm start
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.