Tizi App is a web-based fitness tracking platform that helps users log their exercises, set fitness goals, track progress, and stay motivated. Built with React for the frontend, Node.js and Express for the backend, and MongoDB for the database, Tizi App provides an easy-to-use interface for managing fitness journeys.
Tizi App allows users to:
- Sign up and log in to create a personalized fitness profile.
- Log exercises and track progress over time.
- Set and manage fitness goals.
- View a dashboard displaying their exercise history and goals.
- User Authentication: Users can sign up, log in, and manage their profiles.
- Exercise Log: Users can log exercises with details like the type, duration, and intensity.
- Dashboard: Personalized dashboard to view exercise history and goals.
- Secure Authentication: All routes are protected using token-based authentication.
- Frontend: React.js, JavaScript,
- Backend: Node.js, Express.js, MongoDB,
To run this project locally, you’ll need to have the following installed:
- Node.js (v14 or higher)
- npm (v7 or higher)
- MongoDB
git clone https://github.com/Zamzamke/tizi-app.git
cd tizi-app