This project provides flashcards to help users prepare for the German driving theory test. The flashcards cover essential topics and questions that are typically found on the test.
Note: This project was created for personal use and may contain errors or inaccuracies. I am not liable for any issues that may arise from the use of this application. Use it at your own risk.
To update the dataset used in the app, follow these steps:
- Open the
src/data.json 6922 code> file.
- Modify or add new data as needed. Ensure the data is in the correct format and structure to be compatible with the application.
To run the application locally, use the following command:
npm start
This command will start the development server and open the application in your default web browser.
To deploy the application to GitHub Pages, follow these steps:
-
Setup GitHub Pages:
- Configure your repository for GitHub Pages by following the GitHub Pages setup guide.
-
Deploy the Application:
- Build and deploy the application using the following command:
npm run deploy
This command will build the app and push it to the
gh-pages
branch of your repository, making it available on GitHub Pages.
Contributions are welcome! To contribute to this project, please:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Submit a pull request with a clear description of your changes.
This project is licensed under the MIT License - see the LICENSE file for details.