This project was bootstrapped with Create React App.
So-so attempt at a password-protected recipes app using React.
The app uses shufflerecipies-api, so please setup and have it running on http://localhost:8080 (you can change the url by setting API_URL
in the .env
file in the app root).
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:8081 to view it in the browser (you can change the port by editing the .env
file in the app root.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.