This web application allows users to maintain a list of image URLs and play a slideshow with crossfade transitions.
- Angular for the frontend
- Manage a list of images with their URLs and durations
- Play a slideshow of added images with crossfade transitions
- Clone this repository: git clone https://github.com/benhuri/novi-frontend.git
- Install dependencies: npm install
- Start the Angular development server: ng serve
- Navigate to http://localhost:4200 in your web browser to access the frontend.
- Open the web application in your browser.
- Use the provided interface to add and view images.
- Play the slideshow to view the images with crossfade transitions.
- Add a new image by filling an image url and a duration (the showtime of each image).