Ankle Arrival- connects athletes to sports-care givers and provides instant diagnosis to sports-related injuries using Artificial Intelligence.
Ankle Arrival is powered by a RESTful back-end API and supports basic functionalities such as:
- Authentication & Authorization - users can signup / signin
- Calendar & Appointment Scheduling - users book an appointment with a professional sport care giver
- AI-based medical checkup Wizard - users can take Free Checkup backed by AI
- React/React Hook
- Redux
- JWT
- Create React App
- Jest/Enzyme - TDD
- SASS
- Netlify - CD
- Add support for Doctors (Physiotherapists) to SignUp and add thier schedules or confirm appointments
- Use Calendly API for easy scheduling of appointments
- Add support to cancel appointments
- Add support for ML using Infermedica API
Clone the repository to your local machine
$ git clone https://github.com/johnsonsirv/ankle-arrival.git
in your terminal
$ cd ankle-arrival
$ npm install
$ npm run start
$ npm run build -> generates build version in ./public
run tests
$ npm test
- Github: @johnsonsirv
- Twitter: @vokeugo
- Email: okeugo.victor.c@gmail.com
- Fork it (https://github.com/johnsonsirv/ankle-arrival/fork)
- Create your feature branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -m 'What this commit will fix/add')
- Push to the branch (git push origin feature/[chosen name])
- Create a new Pull Request
You can also create issues