This is an educational application featuring test questions for both amateur and professional florists, along with thematic video tutorials.
- Home page: Enter your name and select the number of test questions (5, 10 or 15). Additionally, you can enable a random selection of questions. The last option allows you to access the floristry education section with video tutorials (integrated using the YouTube Data API).
- Quiz section: The main section contains multiple-choice questions, each with four possible answers. Some questions include supporting illustrations. To proceed to the next question, simply click the "Next" button.
- Test summary: After completing the test, you will receive your score along with a detailed report indicating the correct answers.
All text on the website is in Polish.
- Clicking the header logo allows you to return to the home page at any time.
- The application is fully responsive and works seamlessly on desktop computers, tablets, and smartphones.
- All background photos were taken by me.
To run this project locally:
- Clone the repository to your computer:
https://github.com/piotr-woz/Florystyka-w-pytaniach.git
- Navigate to the project directory and install dependencies:
npm install
- Start the development server by running
ng serve
, then navigate tohttp://localhost:4200/
in your browser to view the application.
Alternatively, you can access the deployed application by clicking this link.
This project was generated with Angular - version 17.3.5. (Angular CLI link) and built using:
- Typescript 5.4.2
- HTML5
- CSS3
- Bootstrap 5.3.3