An open API service indexing awesome lists of open source software.

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

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
```