A single-page car-themed website inspired by a YouTube tutorial, featuring HTML, CSS, and JavaScript and optimized for seamless viewing on different devices. Created as a creative and free-spirited project.
- HTML5
- CSS3
- Tailwind CSS
- JavaScript
- TypeScript
- Git
- BEM methodology using the Nested file structure
- Adaptive layout
- Semantic layout
- Flexbox
- Positioning
- Animations and transformations
- Sticky footer
- Pseudo-classes
- Forms
- Input fields
- Prettier
- Next JS
Clone a repository:
git clone https://github.com/kulembetov/car-hub.git
Install dependencies:
npm install
Launch a project in development mode
npm run dev
Create the final build of the project
npm run build