Client code of application that provides interactive practice tests for the German citizenship exam. It is meant to help users prepare effectively by simulating the test environment with timing and question format.
The corresponding server code can be found here.
To run this application, ensure that you have Node.js installed on your computer. Then, follow these steps:
- Node.js
- npm
- Clone the repository:
git clone https://github.com/beka-zhvania/german-citizenship-test-client.git
- Navigate to the project directory:
cd german-citizenship-test-client
- Install dependencies:
npm install
- Running the Application
npm start
This will launch the client application on your local machine, connecting it to the server which must be running simultaneously. You can find the server code and setup instructions here: German Citizenship Test Server.