Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basedhound/sushi-restaurant-1_ui
Landing page design for a sushi restaurant featuring a modern and minimalist aesthetic, crafted using HTML, CSS, and JavaScript.
https://github.com/basedhound/sushi-restaurant-1_ui
css design html javascript js landing landing-page responsive ui vite
Last synced: 2 days ago
JSON representation
Landing page design for a sushi restaurant featuring a modern and minimalist aesthetic, crafted using HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/basedhound/sushi-restaurant-1_ui
- Owner: basedhound
- Created: 2023-06-08T12:21:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-06T12:12:12.000Z (5 months ago)
- Last Synced: 2024-11-09T03:24:00.437Z (about 2 months ago)
- Topics: css, design, html, javascript, js, landing, landing-page, responsive, ui, vite
- Language: CSS
- Homepage: https://sushi-1-fv.netlify.app
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##
π Table of Contents- β¨ [Introduction](#introduction)
- βοΈ [Tech Stack](#tech-stack)
- π [Features](#features)
- π [Quick Start](#quick-start)**[EN]** Landing page design for a sushi restaurant featuring a modern and minimalist aesthetic, crafted using HTML, CSS, and JavaScript. It showcases popular food, trending sushi, and drinks with smooth subtle animations.
**[FR]** Page d'accueil pour un restaurant de sushi, prΓ©sentant une esthΓ©tique moderne et minimaliste, rΓ©alisΓ©e en HTML, CSS et JavaScript. Elle met en avant des plats populaires, des sushis tendance et des boissons, avec des animations douces et subtiles.
- [**HTML**](https://developer.mozilla.org/en-US/docs/Web/HTML) (HyperText Markup Language) is the standard markup language used to create and structure content on the web. It provides the basic building blocks for web pages, defining elements such as headings, paragraphs, images, links, and more. HTML forms the backbone of any web document and is essential for web development.
- [**CSS**](https://developer.mozilla.org/en-US/docs/Web/CSS) (Cascading Style Sheets) is a stylesheet language used to control the presentation and layout of web pages. It allows developers to apply styles such as colors, fonts, spacing, and positioning to HTML elements. CSS enhances the visual appeal and user experience of a website by enabling the separation of content and design.
- [**JavaScript**](https://developer.mozilla.org/en-US/docs/Web/JavaScript) is a versatile programming language that enables interactive and dynamic functionality on web pages. It allows developers to create features like form validation, animations, and asynchronous content loading. JavaScript is essential for building modern web applications and works seamlessly with HTML and CSS to create a complete user experience.
- [**Vite**](https://vitejs.dev/guide/) is a modern front-end build tool that offers a fast and efficient development environment. It leverages ES modules for quick build times and features hot module replacement (HMR) for instant updates, making it ideal for frameworks like React, Vue, and Svelte. Vite's minimal configuration helps streamline development workflows.
π **CSS Variables**: Utilize CSS variables to maintain a consistent and easily adjustable styling approach throughout the project
π **Importing CSS Files**: Import CSS files into others, promoting modularity and organization in styling.
π **Flex and Position Properties**: Use of flex and position properties in CSS to create responsive and well-structured layouts.
π **Rendering HTML through JavaScript**: Rendering HTML through JavaScript using reusable functions, enhancing code efficiency.
π **Smooth Animations**: Smooth and subtle animations to enhance the overall user experience, focusing on fluid transitions.
π **BEM Method**: Follow the Block Element Modifier (BEM) methodology for naming classes, promoting a clear and maintainable structure.
π **Organized File and Folder Structure**: Maintain a well-organized file and folder structure for easy navigation and management of project assets.
π **Responsive Design**: The application is completely responsive across all devices, employing responsive design techniques such as media queries and fluid layouts.
Follow these steps to set up the project locally on your machine.
**Prerequisites**Make sure you have the following installed on your machine:
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en)
- [npm](https://www.npmjs.com/) (Node Package Manager)
**Cloning the Repository**```bash
git clone {git remote URL}
```
**Installation**Let's install the project dependencies, from your terminal, run:
```bash
npm install
# or
yarn install
```
**Running the Project**Installation will take a minute or two, but once that's done, you should be able to run the following command:
```bash
npm run dev
# or
yarn dev
```Open [`http://localhost:5173`](http://localhost:5173) in your browser to view the project.