A simple flashcard application that allows users to create, edit, delete, and study flashcards.
- Create new flashcards with a question and answer.
- Edit existing flashcards.
- Delete unwanted flashcards.
- Study mode to review flashcards.
-
Clone the repository:
git clone https://github.com/baraagabaren/Flash-Cards.git cd Flash-Cards -
Install dependencies:
npm install
-
Run the application:
npm start
The application will be available at
http://localhost:3000.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -m 'Add new feature'). - Push to your fork (
git push origin feature-branch). - Open a pull request.