- Intro
- Javascript Features
- Figma
- Demo
Intro
This project is made so all the elements are displayed correctly on popular screen sizes.
The website emulates a photo sharing application profile, featuring photos of locations around the United States.
Javascript Features
-
Modular JS
Scripts are organized according to the OOP paradigm and imported to an index file. -
Webpack Bundling
Project is set up with both development and distribution environments utilizing webpack. -
Form Validation
Each popup form has custom validation with real-time feedback. -
API Integration Data is fetched from an API and rendered on the page.
Figma
GitHub Page
To demo on your own device with API functionality, download the zip file, terminal command "npm i" then "npm run dev"