Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.58 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.58 KB

Cardify

Cardify is a flashcard application built with Next.js. It allows users to create, view, and manage flashcards to help with studying and learning.

Made by

Features

  • Create Flashcards: Add new flashcards with questions and answers.
  • View Flashcards: Flip through flashcards to review questions and answers.
  • Remove Flashcards: Delete flashcards that are no longer needed.

Installation

To get started with Cardify, follow these steps:

  1. Clone the Repository

    git clone https://github.com/your-username/cardify.git
    
  2. Navigate to the Project Directory

    cd cardify
    
  3. Install Dependencies

    npm install
    
  4. Run the Development Server

    npm run dev
    
    

    Open your browser and go to http://localhost:3000 to view the application.

Usage

  1. Add a Flashcard: Enter a question and an answer in the input fields and click "Add Card".
  2. View a Flashcard: Click on a flashcard to flip it and view the answer.
  3. Remove a Flashcard: Click the "Remove Card" button on the flashcard you want to delete.

Contributing

Feel free to open issues or submit pull requests to contribute to Cardify. If you have any questions or suggestions, please open an issue in the repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or inquiries, you can reach me at [email protected].