This project was bootstrapped with Create React App.
In the project directory, you can run the following commands:
Installs the project dependencies, including Redux packages such as @reduxjs/toolkit and react-redux.
Runs the React app in the development mode.
Open http://localhost:3000 to view it in your browser.
Runs an Express API at http://localhost:3004
that exposes a single endpoint, GET /api/suggestion
, which returns a dog suggestion at random.
The page will reload when you make changes.
You may also see any lint errors in the console.
Runs the test suites.