https://github.com/abdulrahmanbaiasy/sushiapp
π About A responsive sushi-themed website built with HTML, CSS, and Vite. It features a modern layout with sections for popular food, drinks, a hero area, and a newsletter signup. Ideal for beginners to learn responsive design, CSS structuring (BEM), and smooth animations.
https://github.com/abdulrahmanbaiasy/sushiapp
css frontend html html5 javascript js vite web webapp
Last synced: about 2 months ago
JSON representation
π About A responsive sushi-themed website built with HTML, CSS, and Vite. It features a modern layout with sections for popular food, drinks, a hero area, and a newsletter signup. Ideal for beginners to learn responsive design, CSS structuring (BEM), and smooth animations.
- Host: GitHub
- URL: https://github.com/abdulrahmanbaiasy/sushiapp
- Owner: AbdulrahmanBaiasy
- Created: 2025-04-10T03:05:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-10T03:08:56.000Z (about 1 year ago)
- Last Synced: 2025-04-11T03:49:33.281Z (about 1 year ago)
- Topics: css, frontend, html, html5, javascript, js, vite, web, webapp
- Language: CSS
- Homepage: https://sushiapp-one.vercel.app
- Size: 777 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

## π Table of Contents
1. π€ [Introduction](#introduction)
2. βοΈ [Tech Stack](#tech-stack)
3. π [Features](#features)
4. π€Έ [Quick Start](#quick-start)
## π€ Introduction
This project is a simple sushi-themed website built using HTML, CSS, and Vite. It showcases sections such as popular food, trending sushi, drinks, and moreβall with clean, modern styling and subtle animations.
The goal is to help beginners explore web development concepts like layout structuring, styling methodologies, and responsive design techniques.
## βοΈ Tech Stack
- HTML5
- CSS3
- Vite
## π Features
- **CSS Variables** for consistent, easily maintainable styling
- **Modular CSS Imports** to promote organized code
- **Flex and Positioning** to create responsive layouts
- **JavaScript Rendering** to build HTML content dynamically
- **Smooth Animations** for a modern user experience
- **BEM Methodology** for maintainable CSS class naming
- **Well-Structured File Organization** for easy navigation
- **Fully Responsive Design** that adapts to all screen sizes
The project includes:
- Navigation Bar
- Creative Hero Section
- About Us Section
- Popular Food, Trending Sushi, and Drinks Sections
- Newsletter Signup
- Footer
## π€Έ Quick Start
Follow these steps to run the project locally:
### Prerequisites
Make sure the following are installed on your machine:
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en)
- [npm](https://www.npmjs.com/)
### Clone the Repository
```bash
git clone https://github.com/abdulrahmanbaiasy/sushiapp.git
cd sushiapp
```
### Install Dependencies
```bash
npm install
```
### Start Development Server
```bash
npm run dev
```
Open [http://localhost:5173](http://localhost:5173) in your browser to view the project.