Skip to content

assudani66/kneePreop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knee Propping Application

Video Demo

Description

The Knee Propping Application is a web app designed to help users plan knee propping activities. It is built using React Three Fiber.

Installation

To get started with the Knee Propping Application, follow these steps:

  1. Clone the repository to your local machine using Git:

    git clone https://github.com/assudani66/kneePreop.git
    
  2. Change to the project directory:

    cd kneeProp
    
  3. Install project dependencies using Yarn:

    yarn install
    
  4. Once all dependencies are installed, you can start the development server:

    yarn start
    
  5. Open your web browser and navigate to http://localhost:3000 to access the Knee Propping Application.

Folder Structure

The application's folder structure is organized as follows:

knee-propping-app/
  ├── src/
  │   ├── components/       # React components and 3d components
  │   ├── assets/           # Assets such as images and 3D models
  │   ├── styles/           # CSS styles and styling-related files
  │   ├── utils/            # Utility functions and helper scripts
  │   ├── App.js             # Main application component
  │   └── index.js           # Entry point for the application
  ├── public/                # Public assets and HTML template
  │   └── models/            # 3d Files
  ├── package.json           # Project dependencies and scripts
  ├── README.md              # This README file
  └── ...                    # Other configuration files and folders

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors