Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 859 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 859 Bytes

InclusiFit

Inclusifit is a web application dedicated to promoting inclusivity in fitness. It helps users locate gyms with specific accessibility features and provides exercise recommendations for people with various disabilities.

Features

  • Interactive map showing gyms in a specified area
  • Detailed information about each gym's inclusive features
  • Separate page with tailored exercise recommendations for different disabilities

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Run Prettier formatter

npm run format

Run test

npm test

License

This project is licensed under the MIT - see the LICENSE.md file for details.