A modern, single-page landing website for the NAMU Museum. It features information about exhibitions, artists, and the museum's history, designed with a clean layout and responsive design.
View live: NAMU Museum
The layout and visual design were created in Figma: Figma Design Link
- HTML5, SCSS, JavaScript (ES6+) — core structure, styling, and interactivity
- Figma — design prototype
- Swiper — image slider
- Notyf — notifications
- @fancyapps/ui — modal/lightbox
- Gulp — task automation
- Parcel — development server and bundler
- Stylelint — CSS/SCSS linting
- ESLint — JavaScript linting
- Prettier — code formatting
Follow these steps to set up the project locally:
git clone https://github.com/19eduard99/Museum-NAMU.git
cd Museum-NAMUUsing npm:
npm installor using yarn:
yarn installUsing npm:
npm startor using yarn:
yarn start- Responsive design optimized for desktop, tablet, and mobile devices
- Smooth scrolling and animated transitions
- Interactive image sliders using Swiper
- Notification system powered by Notyf
- Modal and lightbox functionality with @fancyapps/ui
- Clean, modular SCSS architecture
- Automated build and deployment with Gulp and Parcel
- Code quality ensured by ESLint, Stylelint, and Prettier