The frontend of froggy. Allows users to shorten links and view traffic analytics.
Clone this repository and install the node modules using.
npm i
Install and set up the backend using the instructions provided in that repository.
Make sure that the backend is running locally. Run the following command to run the app in development mode:
npm start
The page will reload if you make edits.
You will also see any lint errors in the console.
- Redux DevTools to view the redux store
- React Developer Tools to view React component tree