Restaurant listing. The easiest way to choose the restaurant. Read restaurant descriptions, place your order.
👉 https://web-restaurants.vercel.app/
The technologies used in the project:
In this project, the Data Fetch getServerSideProps (SSR) was not used in the listing, as the focus was given to the React Query lib with Infinite Scroll.
# Clone Repository
$ git clone https://github.com/WilsonCaetanojr/web-restaurants.git
# Install Dependencies
$ yarn install
# Run Aplication
$ yarn dev
Go to http://localhost:3000/ to see the result.