Are you struggling to learn the prepositions for the German nouns? You never have an idea if the noun is der, die or das? Do you struggle to find some good excercises where you could practice more nouns than 10? I had the same struggle and decided to create this simple game where you can practice more than 100 000 German nouns and their prepositions, meanwhile having fun.
You can try out the app here: Der, die & das
- JavaScript
- React
- React Hooks
- Styled Components
- PropTypes
- Framer Motion
- React Router
- Styleguidist
- Node.js
- Express.js
- Mongoose
- MongoDB
- Jest
- React Testing Library
- Cypress
- Heroku
-
Clone this repository.
-
Install all npm dependencies
npm install
-
To run the app in development mode
npm run dev
, then open http://localhost:3000 to view it in the browser -
To run Styleguidist
npm run styleguidist
-
To run unit and component tests go into the client folder and run
npm test
-
To run Cypress tests
npm run cypress:open
-
To create a deployment ready version of this app run
npm run start