A responsive website for a real udon shop in Fukuoka, Japan built using React Router 6
The purpose of this website is to
- create a robust online prescence for Kanbei Udon shop
- provide easy access to potential vistors with information on the offerings and specialties
- document the story of Kanbei Udon
- Home - landing page to all other page, routes to all other pages
- Menu - a dashboard of various categories that links to nested routes providing additional details
- About - a storyline and timeline of the store's history
- Access - google maps plug-in and business hours
To run the project locally:
- Clone this project locally
- Open your terminal, bash, or in your command line
- Run
npm install
to install dependencies - Run
npm run dev
to host the project locally
- JavaScript ES6
- HTML5
- CSS3
- React
- React Dom
- React Router