https://github.com/kiranwankhade/fastor
Restaurant App: A login system allowing users to authenticate via mobile number and OTP, with features including restaurant discovery and image superimposing. Built with React.js and Chakra UI.
https://github.com/kiranwankhade/fastor
axios chkaraui reactjs usestate
Last synced: 3 days ago
JSON representation
Restaurant App: A login system allowing users to authenticate via mobile number and OTP, with features including restaurant discovery and image superimposing. Built with React.js and Chakra UI.
- Host: GitHub
- URL: https://github.com/kiranwankhade/fastor
- Owner: kiranwankhade
- Created: 2024-03-02T14:25:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-14T11:26:13.000Z (about 1 year ago)
- Last Synced: 2025-02-17T12:45:44.402Z (3 months ago)
- Topics: axios, chkaraui, reactjs, usestate
- Language: JavaScript
- Homepage: https://fastor-pink.vercel.app/
- Size: 5.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant App
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.
## Features
1. **Login System**: Users can login using their mobile number and OTP.
2. **List of Restaurants**: Display nearby restaurants using a REST API.
3. **Restaurant Details**: Show detailed information about each restaurant, including images.
4. **Image Superimposing**: Superimpose the Fastor logo onto the center of each restaurant image.## Technologies Used
- React.js
- Chakra UI
- Axios
- React Router DOM
- React Icons
- React Slick
- Slick Carousel## Installation
1. Clone the repository:
```bash
git clone
2. Install dependencies:```bash
npm install
3. Start the development server
```bash
npm start
4. Open http://localhost:3000 to view it in the browser.## Deployment
This project is deployed at https://fastor-pink.vercel.app/## GitHub Repository
The code for this project is available on GitHub at https://github.com/kiranwankhade/fastor## Screenshots



