https://github.com/albertov5/meta-react-capstone
React Project for Coursera Specialization - Meta Front-End - Capstone Project
https://github.com/albertov5/meta-react-capstone
Last synced: 6 months ago
JSON representation
React Project for Coursera Specialization - Meta Front-End - Capstone Project
- Host: GitHub
- URL: https://github.com/albertov5/meta-react-capstone
- Owner: AlbertoV5
- Created: 2023-01-01T20:38:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T03:49:10.000Z (over 3 years ago)
- Last Synced: 2023-03-04T18:11:44.345Z (over 3 years ago)
- Language: JavaScript
- Size: 5.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Capstone React Project
**Meta Front-End Specialization in Coursera.**
This Web App aims to solve Little Lemon's Table Booking problem by providing an interactive Form that allows the user to enter data for making a table reservation.
Use the Nav Bar to go to the Booking route and enter mock data for making a reservation. Have fun!
Note: Login and Order-online are not functional as they are out of the scope of this project.
## Deployment
Deployed App: https://albertov5.github.io/meta-react-capstone
Deploy to GitHub pages tutorial: https://github.com/gitname/react-gh-pages
```shell
npm run deploy
```
Remember to add "basename" to BrowserRouter for React Router.
```js
```
## To-Do:
1. Add more tests.
2. Improve design consistency.
3. Improve accessibility and UX.
## Development:
### Testing:
Change script on package.json.
```shell
react-scripts test --testURL http://localhost:3000/meta-react-capstone
```
### Dependencies:
1. Chakra UI
2. Yup
3. Formik
4. React Router Hash Link https://www.npmjs.com/package/react-router-hash-link