This repository contains the frontend code for the Fishing Logbook app, a platform that allows users to log and review their fishing activities. The application is built using React.js and interacts with a backend API to manage and display user data.
- Installation: Clone the repository and install dependencies with:
npm install # or yarn install
npm start
yarn start