Shape Up – Mern Stack Web Apps

Shape-Up is an easy-to-use fitness tracking web application. Its main goal is to assist users in their wellness journey, providing tools and features to help them achieve their fitness goals.

Your journey to wellness starts here!

Description

Shape-Up is an easy-to-use fitness tracking web application. Its main goal is to assist users in their wellness journey, providing tools and features to help them achieve their fitness goals.

Your journey to wellness starts here!

GitHub: https://github.com/Shape-Up-NZ

var aboutMe = document.getElementById('about-me'); var hammertime = new Hammer(aboutMe); hammertime.on('swipeleft', function() { // Navigate to the next page }); hammertime.on('swiperight', function() { // Navigate to the previous page });