A modern restaurant discovery web app built with React.js with Tanstack Router.
This project allows users to explore restaurants, view details, filter by rating, and read customer reviews.
| Technology | Description |
|---|---|
| React.js with Tanstack Router | Frontend framework (v19.0.0) |
| Node.js | JavaScript runtime (v22.12.0) |
| Vite | React build tool |
| Tailwind CSS | For fast and responsive UI styling |
| Shadcn/UI | For modern component styling |
| TypeScript | For strong typing and maintainability |
Clone this repository
# Using SSH
git clone [email protected]:dennyshuda/FrontendDevReactjs-DennySetyawanHuda.git
# Using HTTPS
git clone https://github.com/dennyshuda/FrontendDevReactjs-DennySetyawanHuda.gitGo to repository folder
cd FrontendDevReactjs-DennySetyawanHudaInstall dependencies
npm i or npm installStart development server
npm run devYour app will run at:
# You can change port in the package.json by replacing command with vite --port <PORT_NUMBER>
👉 http://localhost:3000Netlify Link: https://kaleidoscopic-biscotti-88f106.netlify.app/