A React restaurant booking app built with Create React App. This project includes a reservation form, booking confirmation flow, and accessibility improvements.
- Install Node.js 18 or later
- Install npm 10 or later
Run the following command to download the project to your machine:
git clone https://github.com/HiAbduul/meta-capstone-frontend.git
Then open the folder in your cli with cd meta-capstone-frontend
From the project root directory, run:
npm install
Run the app locally with:
npm start
Open your browser and visit:
http://localhost:3000
The app reloads automatically when source files change.
Run the unit tests with:
npm test
This starts the Create React App test runner.