Take a test to determine your political views and find party that matches your beliefs. Answer bunch of questions which will be transformed into chart, at which you can compare your views to most popular political parties. Currently only in Polish. It is being created by @MateuszSochacki and @Dimolek.
- IntelliJ - IDE
- Maven - Dependency management
- Java 11 - Backend programming language
- MySql - Database
- React, webpack - Frontend
- taking a predefined test and obtaining chart showing one's views on a political spectrum
- creating user accounts
- user login
- storing user's results of predefined test in database
- creating custom political tests by users and storing them in database
- sharing link to created test
- user data is stored as plain text in database - add security
- after signing up, user id is stored in browser's SessionStorage - add authentication