This application is my capstone project for Launch Academy. This application is meant to bring together like-minded athletes who want to run practice drills together. Repetitions a single-page web application built using React.js framework, on a Ruby on Rails back-end. I wanted to challenge myself to build all of my user interactions on React.js, create a streamlined experience for potential users.
Built with:
- Fork or clone project to local workstation
- Run
bundle install
andyarn install
from the terminal - Run
rake db:setup
from the terminal - The application is ready for use. Create a user account, and build out an athlete profile.
- This application is still being worked on. Due to some difficulties with version control using React.js and Material UI, I was unable to build out an extensive front-end testing suite that would test user interaction. There are basic feature test built out for my back-end features. An example of my work using Test Driven Development can be found here: Muralis
- I will be adding more robust seed data
A very warm thank you to all my peers and educators who helped me reach this point. Looking forward to the road ahead!