Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 863 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 863 Bytes

React Fitness

React Fitness is a scheduling app that allows users to choose when they want to schedule their classes. I built this to the demonstrate MVC & CRUD abilities for a booking application. Currently the application allows users to create an account and book test sessions/classes from a dummy list of classes powered by a backend api. User booked sessions are then retrieved from the api and displayed in a personalized user dashboard. The front end client is built with React and back end api is built with Ruby. This repo contains the front end React client.

Technologies Used:

React, React Router, React Bootstrap, React Toastify, FontAwesome, React SideNav, Ruby & Rails, REST API

RoadMap:

Integrate Stripe Subscriptions API

Back End Repo:

https://github.com/lr001dev/react-fit-api

Live Demo:

https://react-fitness.herokuapp.com/