{"id":29890140,"url":"https://github.com/cripterhack/pixel-perfect-test","last_synced_at":"2026-02-28T10:03:57.156Z","repository":{"id":274053830,"uuid":"921667948","full_name":"CripterHack/pixel-perfect-test","owner":"CripterHack","description":"HTML+CSS+JS+Tailwind+jQuery+Node+SASS+. Responsive landing page developed as part of a frontend technical interview.","archived":false,"fork":false,"pushed_at":"2025-02-05T09:52:38.000Z","size":1198,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T08:13:21.371Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CripterHack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-24T11:40:32.000Z","updated_at":"2025-03-25T08:26:34.000Z","dependencies_parsed_at":"2025-01-24T16:32:35.814Z","dependency_job_id":null,"html_url":"https://github.com/CripterHack/pixel-perfect-test","commit_stats":null,"previous_names":["cripterhack/pixel-perfect-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CripterHack/pixel-perfect-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CripterHack%2Fpixel-perfect-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CripterHack%2Fpixel-perfect-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CripterHack%2Fpixel-perfect-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CripterHack%2Fpixel-perfect-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CripterHack","download_url":"https://codeload.github.com/CripterHack/pixel-perfect-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CripterHack%2Fpixel-perfect-test/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268127534,"owners_count":24200394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-31T22:32:08.060Z","updated_at":"2025-10-19T10:24:51.230Z","avatar_url":"https://github.com/CripterHack.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Technical Interview - Landing Page\r\n\r\n## 📋 Overview\r\nThis project is a responsive landing page developed as part of a frontend technical interview. It showcases skills in responsive design, pixel-perfect implementation, and modern web development practices. The implementation is based on designs provided through the Zeplin platform.\r\n\r\n## 🎯 Key Features\r\n- Fully responsive design\r\n- Pixel-perfect implementation from Zeplin specs\r\n- Smooth animations and transitions\r\n- Interactive elements (accordion, tabs, testimonials)\r\n- Custom typography and color schemes\r\n- Modern CSS practices including Grid and Flexbox\r\n- Hot reload development environment\r\n\r\n## 🛠 Technologies Used\r\n- HTML5\r\n- CSS3/SCSS (Custom Properties, Grid, Flexbox)\r\n- JavaScript (ES6+)\r\n- TailwindCSS\r\n- jQuery\r\n- Slick Carousel\r\n- Google Fonts (Playfair Display, Oxygen)\r\n- Node.js \u0026 Express (Development server)\r\n- WebSocket (Live reload)\r\n- Sass (CSS preprocessing)\r\n\r\n## 📚 Project Structure\r\n```\r\npixel-perfect-test/\r\n├── dist/                # Build output directory\r\n├── src/\r\n│   ├── img/            # Source images\r\n│   ├── js/             # JavaScript files\r\n│   ├── styles/         # SCSS files\r\n│   │   ├── components/ # Component styles\r\n│   │   ├── layouts/    # Layout styles\r\n│   │   └── utils/      # Utilities and variables\r\n│   └── docs/           # Documentation\r\n├── server.js           # Development server\r\n└── package.json        # Project configuration\r\n```\r\n\r\nFor detailed documentation, see:\r\n- [Project Architecture](src/docs/ARCHITECTURE.md)\r\n- [Components Documentation](src/docs/COMPONENTS.md)\r\n- [Styles Guide](src/docs/STYLES.md)\r\n\r\n## 🚀 Quick Start\r\n\r\n### Prerequisites\r\n- Node.js (Latest 18.20 LTS version recommended)\r\n- npm (comes with Node.js)\r\n\r\n### Installation\r\n1. Clone the repository:\r\n```bash\r\ngit clone [repository-url]\r\ncd pixel-perfect-test\r\n```\r\n\r\n2. Install dependencies:\r\n```bash\r\nnpm install\r\n```\r\n\r\n3. Start development server:\r\n```bash\r\nnpm run dev\r\n```\r\nThis will start the development server with hot reloading at [http://localhost:3000](http://localhost:3000).\r\n\r\n4. Create a production version:\r\n```bash\r\nnpm run build\r\n```\r\n\r\n5. Go to dist folder and run production server:\r\n```bash\r\ncd dist\r\n```\r\n\r\n# Using Python\r\npython -m http.server 8000\r\n\r\n# Or using Node.js\r\nnpx serve\r\n\r\n### Available Scripts\r\n- `npm start` - Alias for npm run dev\r\n- `npm run dev` - Starts development server with hot reload\r\n- `npm run build` - Builds the project for production\r\n- `npm run clean` - Cleans the dist directory\r\n- `npm run build:scss` - Compiles SCSS to CSS\r\n- `npm run build:js` - Minifies JavaScript files\r\n- `npm run copy` - Copies static assets to dist\r\n\r\n## 🎨 Design\r\n- Implementation based on Zeplin specifications\r\n- Consistent design system\r\n- CSS variables for theming\r\n- Responsive breakpoints\r\n- Asset optimization\r\n\r\n### Code Organization\r\n- SCSS follows BEM methodology\r\n- Components are modular and reusable\r\n- Layouts are responsive and mobile-first\r\n- JavaScript follows ES6+ standards\r\n\r\n### Build Process\r\nThe build process includes:\r\n- SCSS compilation and minification\r\n- JavaScript minification\r\n- Image optimization\r\n- Static asset copying\r\n- Source maps generation\r\n\r\n## 🔒 Best Practices\r\n- Accessibility (WCAG 2.1)\r\n- SEO optimization\r\n- Performance optimization\r\n- Maintainable code\r\n- Clear documentation\r\n\r\n### Performance Optimization\r\n- CSS and JavaScript minification\r\n- Image optimization\r\n- Lazy loading implementation\r\n- Critical CSS inlining\r\n\r\n## 🌐 Browser Support\r\n- Chrome (latest)\r\n- Firefox (latest)\r\n- Safari (latest)\r\n- Edge (latest)\r\n\r\n## 🤝 Contributing\r\n1. Fork the repository\r\n2. Create feature branch (`git checkout -b feature/AmazingFeature`)\r\n3. Commit changes (`git commit -m 'Add some AmazingFeature'`)\r\n4. Push to branch (`git push origin feature/AmazingFeature`)\r\n5. Open Pull Request\r\n\r\n## 📝 License\r\nThis project is part of a technical interview process.\r\n\r\n## 🙏 Acknowledgments\r\n- Design team for Zeplin specifications\r\n- Development community for resources and tools\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcripterhack%2Fpixel-perfect-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcripterhack%2Fpixel-perfect-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcripterhack%2Fpixel-perfect-test/lists"}