An open API service indexing awesome lists of open source software.

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

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