Welcome to the UdemxTask project! This project was created as part of an intern job application for UDEMX Kft. It is built using Angular and aims to provide a robust foundation for web applications.
Ensure you have the following installed on your machine:
- Node.js (version 14.x or later)
- Angular CLI (version 19.0.2 or later)
Clone the repository and install the dependencies:
git clone https://github.com/ntamasa/udemx-task.git
cd udemx-task
npm installTo start the development server, run:
npm startNavigate to http://localhost:4200/ in your browser. The application will automatically reload if you change any of the source files.
To build the project for production, use:
npm run buildThe build artifacts will be stored in the dist/ directory. The production build is optimized for performance and speed.
To execute unit tests with Karma, run:
npm testNote: Unit tests are not fully implemented yet. The current test suite is incomplete and may not cover all functionalities.
For end-to-end testing, use:
npm run e2eNote: End-to-end tests are not fully implemented yet. The current implementation is incomplete and may not cover all user scenarios.
This project is licensed under the MIT License.