This project provides an interface for browsing restaurants via the Opentable API.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Download dependencies.
npm install
Build app.
npm run build
Start server.
npm run start
Run the development watch tools with
npm run dev
Visit the site at http://127.0.0.1:8081/src/.
- Type city names in the search bar to search restaurants.
- Click "Reserve" to visit Opentable's reserve page for that restaurant.
- Toggle between pagination and infinite scroll.