I need a simple, well-structured fitness tracker built with Django REST Framework on the back end and ReactJS on the front. Authentication should be classic email-and-password. Once signed in, a user must be able to create and view workout logs only; diet and sleep tracking can stay out of scope for now. Goals will be set by activity type—for example “swim 20 laps” or “cycle 15 km.” As users record workouts, they should see clear progress charts rendered with Chart.js. The layout has to stay clean and uncluttered; think intuitive navigation, restrained colour palette and responsive design. No deployment is necessary, just runnable source code and a short README explaining local setup (virtual env, dependency install, sample .env, and npm start). Primary deliverables • Django REST API with models, serializers, JWT-ready auth flow, and documented endpoints • React front end consuming those endpoints, including goal-setting and progress views with Chart.js visuals • Schema migration files, seed data for a demo account, and concise setup instructions Provide the complete project in a Git-ready folder structure so I can run it locally and extend it later.