Project02-ARTists-README
- Create or upload files
- Add files using the command line or push an existing Git repository with the following command:
cd existing_repo
git remote add origin https://git.brainster.co/Ilija.Malinkovski-FE11/brainsterprojects_ilijamalinkovski_fe11.git
git branch -M main
git push -uf origin main
Use the built-in continuous integration in GitLab.
- Get started with GitLab CI/CD
- Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)
- Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy
- Use pull-based deployments for improved Kubernetes management
- Set up protected environments
This is the second project called "Street Artist," named "project02." It's built using HTML5, SASS, and JavaScript. The website is designed for mobile devices and employs APIs to fill in artist names. The detailed information for their items is provided through a data.js file. The website heavily relies on LocalStorage for its functionality, though there's an issue with high-resolution images from the camera on mobile devices due to the local storage limitations.
Best way to be tested is by adding low resolution images to the items through Laptop.
Adding functionality for the bidding in Auction page.
Not finished, Auction section still work in progress, missing API functionality.