This project is a restaurant website built with React.js and Typescript integrated with a POS system and dashboard. The backend is powered by Strapi, an open-source Node.js headless CMS.
- POS system for managing customer orders, including menu items, quantities, and special requests.
- Dashboard for restaurant staff to monitor and track order status, inventory, and sales analytics.
- React.js: A popular JavaScript library for building user interfaces.
- Strapi: An open-source Node.js headless CMS for managing content and providing APIs.
- RESTful APIs: Backend APIs for communication between the frontend and the Strapi backend.
Watch the demo video of the project on Google Drive: Demo Video
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/restaurant-website.git
- Install dependencies:
yarn
- Start the development server:
yarn dev