Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 785 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 785 Bytes

Project Title

Gym Website

Description

Created a simple GYM website using ReactJs. In this website user can visit all the pages like home, about, program, training and pricing page. And user can register and login. After successfully login they can subscribe our weekly, monthly or yearly passes, and after subscription they can access respective pass activity page.

Getting Started

Dependencies

  • react-router-dom
  • react-player
  • react-icons

Author

  • Adarsh kushwaha
  • Aditya shaw
  • Ankush Rai

Deployment Link

Data Structure

{
  "userName": " ",
  "email": " ",
  "password": " ",
  "subscriptionData": {
        "isSubscribed": "false",
        "isActive": "false",
        "subscriptionPlan": " ",
   },
}