Skip to content

ntamasa/udemx-task

Repository files navigation

UdemxTask 🚀

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.

Getting Started 🛠️

Prerequisites 📋

Ensure you have the following installed on your machine:

Installation 💾

Clone the repository and install the dependencies:

git clone https://github.com/ntamasa/udemx-task.git
cd udemx-task
npm install

Development Server 🖥️

To start the development server, run:

npm start

Navigate to http://localhost:4200/ in your browser. The application will automatically reload if you change any of the source files.

Building the Project 🏗️

To build the project for production, use:

npm run build

The build artifacts will be stored in the dist/ directory. The production build is optimized for performance and speed.

Testing 🧪

Running Unit Tests 🧩

To execute unit tests with Karma, run:

npm test

Note: Unit tests are not fully implemented yet. The current test suite is incomplete and may not cover all functionalities.

Running End-to-End Tests 🔍

For end-to-end testing, use:

npm run e2e

Note: End-to-end tests are not fully implemented yet. The current implementation is incomplete and may not cover all user scenarios.

License 📄

This project is licensed under the MIT License.

About

Task for a job application for UDEMX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published