https://github.com/chiefwoods/restaurant-page
Restaurant website for The Odin Project
https://github.com/chiefwoods/restaurant-page
theodinproject
Last synced: 8 months ago
JSON representation
Restaurant website for The Odin Project
- Host: GitHub
- URL: https://github.com/chiefwoods/restaurant-page
- Owner: ChiefWoods
- Created: 2023-03-26T15:26:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T03:18:00.000Z (9 months ago)
- Last Synced: 2025-01-11T03:30:21.900Z (9 months ago)
- Topics: theodinproject
- Language: JavaScript
- Homepage: https://chiefwoods.github.io/restaurant-page/
- Size: 4.67 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant Page

Restaurant website for [The Odin Project](https://www.theodinproject.com/).
[Live Website](https://chiefwoods.github.io/restaurant-page/)
[Source Repository](https://github.com/ChiefWoods/restaurant-page)
## Features
- Display restaurant information
- Dynamically generate menu from CSV files## Built With
### Languages
- [](https://html5.org/)
- [](https://www.w3.org/Style/CSS/Overview.en.html)
- [](https://js.org/index.html)### Bundlers, Linters & Formatters
- [](https://webpack.js.org/)
- [](https://esbuild.github.io/)
- [](https://eslint.org/)
- [](https://prettier.io/)### Libraries
- [Papa Parse](https://www.papaparse.com/)
### Tools
- [](https://code.visualstudio.com/)
## Getting Started
### Prerequisites
Update your Bun toolkit to the latest version.
```bash
bun upgrade
```### Setup
1. Clone the repository
```bash
git clone https://github.com/ChiefWoods/restaurant-page.git
```2. Install all dependencies
```bash
bun install
```3. Start development server
```bash
bash run start
```4. Build project
```bash
bun run build
```5. Preview build
```bash
bun run preview
```## Issues
View the [open issues](https://github.com/ChiefWoods/restaurant-page/issues) for a full list of proposed features and known bugs.
## Acknowledgements
### Resources
- [Shields.io](https://shields.io/)
- [Google Fonts](https://fonts.google.com/)
- [DaFont](https://www.dafont.com/)
- [Pictogrammers](https://pictogrammers.com/)
- [Restaurant City Wiki](https://restaurantcity.fandom.com/wiki/Restaurant_City_Wiki)### Hosting
- [GitHub Pages](https://pages.github.com/)
## Contact
[chii.yuen@hotmail.com](mailto:chii.yuen@hotmail.com)