https://github.com/sammy949/sushi_web
This is a captivating project where it displays a combination of pleasant animations and calming colours. Also displays ability to use flexbox and grid layouts in CSS
https://github.com/sammy949/sushi_web
css html js sushi vitejs website
Last synced: 2 months ago
JSON representation
This is a captivating project where it displays a combination of pleasant animations and calming colours. Also displays ability to use flexbox and grid layouts in CSS
- Host: GitHub
- URL: https://github.com/sammy949/sushi_web
- Owner: Sammy949
- License: mit
- Created: 2023-07-15T00:04:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T00:14:04.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T07:00:39.521Z (over 1 year ago)
- Topics: css, html, js, sushi, vitejs, website
- Language: CSS
- Homepage: https://sushi-site01.netlify.app/
- Size: 624 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sushi Site
This is a Sushi site showcasing various sushi dishes and allowing users to place orders. It is built using Vite, a fast build tool for JavaScript projects.
## Features
- Browse different sushi dishes
- View details and images of each dish
- Experience pleasant animations on images and texts
- Responsive design for optimal viewing on different devices
## Technologies Used
- Vite - Fast build tool for JavaScript projects
- JavaScript - Programming language for client-side functionality
- HTML - Markup language for structuring the site
- CSS - Styling language for enhancing the site's appearance
- Vite Plugins - Additional plugins used for development and build optimization
## Getting Started
To get a local copy of this project up and running, follow these steps:
1. Clone the repository:
```
git clone https://github.com/sammy949/sushi_web.git
```
2. Navigate to the project directory:
```
cd sushi_web
```
3. Install the dependencies:
```
npm install
```
4. Start the development server:
```
npm run dev
```
5. Open your web browser and access the development server URL (usually `[http://127.0.0.1:5173](http://127.0.0.1:5173/)`) to view the Sushi site.
## Building for Production
To build the project for production deployment, run the following command:
```
npm run build
```
This will generate a `dist` directory with optimized and minified production-ready assets.
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. Make sure to follow the project's code style and guidelines.
## License
This project is licensed under the [MIT License](LICENSE).
## Acknowledgements
- [Vite](https://vitejs.dev/) - Fast build tool for JavaScript projects
```