/swimming-performance

I've created this app for a swiming teacher client who needs to create a stopwatch timer with average of performance history from his students.

Primary LanguageJava

Swimming Performance


Welcome 👋🏼

Here we have a MVC application for a Brazilian swimming teacher to get average of him students by stopwatch timer.


How to Run ? 🤨

💡The terminal must be in the root folder of the project to perform these steps ...


  1. Install all dependecies with your favorive NodeJS Packages Manager;
  yarn install # or npm install
  1. After Install all dependencies, Run all tests using test script;
  yarn test # or npm run test
  1. Then run the project into development mode using dev script;
  yarn start # or npm run start

💡 If you want to run the project into IOS mobile device just use yarn start:ios or for android use yarn start:android.


And done !! you are ready to code or test !! 🤩


Made with ❤️ by Paulo Martins