A responsive Landing Page inspired by the tech company Nothing.
The page presents the company’s key products such as phones, earbuds, and accessories, built with a clean and modern design.
Check out the live version here: Nothing Landing Page Demo
You can view the project layout in Figma here: link
- 📱 Fully responsive layout (mobile-first design)
- 🏗 Semantic HTML5 structure
- ⚡ Bundled with Parcel for fast builds
- 🧹 Linting and formatting:
- ESLint for JavaScript
- Stylelint for CSS/SCSS
- linthtml for HTML
- Prettier for formatting
- 🌐 Deployment on GitHub Pages
- Clone the repository:
git clone https://github.com/pryge/phone-catalog-react-ts.git
cd phone-catalog-react-ts- Install dependencies:
npm install- Start the development server:
npm start- Build the project for production:
npm run build- Deploy to GitHub Pages:
npm run deploy👨💻 Author • GitHub: @pryge • Email: oleg.t.primary@gmail.com