A login system where a user can simply fill in the mobile number on the 1st screen & then enter an OTP (123456) on the second screen. Once the person has logged in, you have to complete 2 functionalities: List of restaurants used to discover places & image superimposing which are explained below.
- Login System: Users can login using their mobile number and OTP.
- List of Restaurants: Display nearby restaurants using a REST API.
- Restaurant Details: Show detailed information about each restaurant, including images.
- Image Superimposing: Superimpose the Fastor logo onto the center of each restaurant image.
- React.js
- Chakra UI
- Axios
- React Router DOM
- React Icons
- React Slick
- Slick Carousel
-
Clone the repository:
git clone <repository_url>
-
Install dependencies:
npm install
-
Start the development server
npm start
-
Open http://localhost:3000 to view it in the browser.
This project is deployed at https://fastor-pink.vercel.app/
The code for this project is available on GitHub at https://github.com/kiranwankhade/fastor