Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation


FormSnap

A mobile application designed to connect users with fitness activities, providing AI-powered recommendations and event management.


Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Features
  3. Tech Stack
  4. Usage
  5. Project Structure
  6. Contributing
  7. License
  8. Contact

About The Project

FitConnect is a mobile application designed to help users discover, participate in, and connect with fitness activities. It offers AI-powered recommendations for local events based on user interests and preferences, allowing for a personalized fitness journey.

(back to top)

Features

  • User Authentication: Secure registration and login with JWT and OAuth 2.0.
  • Event Discovery: Search and discover local fitness events and activities.
  • AI-Powered Recommendations: Personalized event recommendations using AI.
  • Event Participation Management: RSVP to events and track participation.
  • Notifications: Real-time reminders and updates for upcoming events.
  • Cross-Platform Support: Built with React Native for both iOS and Android.

(back to top)

Tech Stack

This project is built with:

  • Frontend: React Native TypeScript Redux

  • Backend: Node.js Express.js TypeScript

  • Database: PostgreSQL

  • AI & APIs: TensorFlow Google Fit

  • Version Control: Git

(back to top)

Usage

FitConnect helps users find and participate in local fitness events. Users can search for events, receive personalized recommendations, and manage their participation directly from the app.

  • Register and Log In: Users can create an account or log in with their credentials.
  • Discover Events: Browse and search for local fitness activities.
  • Get Recommendations: Receive AI-powered event suggestions based on personal preferences and activity history.
  • RSVP to Events: Sign up for events and manage your fitness calendar.

(back to top)

Project Structure

FitConnect/
│
├── backend/                       # Backend (Node.js with Express)
│   ├── src/
│   │   ├── controllers/           
│   │   ├── models/                
│   │   ├── routes/                
│   │   ├── services/              
│   │   ├── middlewares/           
│   │   ├── utils/                 
│   │   ├── index.ts               
│   │   └── app.ts                 
│   │
│   ├── config/                    
│   ├── public/                    
│   ├── tests/                     
│   ├── .env                       
│   ├── Dockerfile                 
│   ├── package.json               
│   ├── tsconfig.json              
│   └── README.md                  
│
├── frontend/                      # Frontend (React Native with TypeScript)
│   ├── src/
│   │   ├── components/            
│   │   ├── screens/               
│   │   ├── navigation/            
│   │   ├── redux/                 
│   │   ├── services/              
│   │   ├── assets/                
│   │   ├── utils/                 
│   │   ├── App.tsx                
│   │   └── index.js               
│   │
│   ├── ios/                       
│   │   ├── FitConnect/            
│   │   │   ├── Info.plist         
│   │   │   ├── AppDelegate.m      
│   │   │   └── ...                
│   │   ├── FitConnect.xcodeproj/  
│   │   └── Podfile                
│   │
│   ├── tests/                     
│   ├── package.json               
│   ├── tsconfig.json              
│   ├── .babelrc                   
│   ├── metro.config.js            
│   └── README.md                  
│
├── deployment/                    
│   ├── k8s/                       
│   │   ├── backend-deployment.yml
│   │   ├── backend-service.yml
│   │   └── ...
│   ├── docker-compose.yml         
│   └── README.md                  
│
├── .gitignore                     
├── README.md                      
└── LICENSE                        

(back to top)

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make FitConnect better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Alexis San Javier - ucfknight2017@gmail.com

(back to top)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors