The project concerns the development of a static website for distance learning (e-learning) in the field of Information Technology. The website is implemented with HTML5, CSS and JavaScript, covering 5 basic exercises including structure, formatting, layout, responsive design and forms with validation. It also concerns the development of a web application (LearningHub) for navigation and management of educational material (books, lectures). The application is based on a RESTful API and supports the following functions:
- Navigation of categories/subcategories (Handlebars, Fetch API).
- Adding educational material to shopping cart (Express, UUID for session management).
- Basket management with React (React components, remove items, update costs).