Application for calisthenics
This project is part of the course: DevReactJS by Tulio Faria
The project aims to build an application to practitioners of calisthenics, where the user can choose between different types of training, monitoring his progress with timers and sound alerts.
Through this application we can:
- Many calisthenics training options
- View training progress with counters, audible alerts and animations.
- React Native
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- Clone the repository
git clone https://github.com/marmittfull/CalisTimer.git
- Install repository packages
yarn
- Run the following code on the project root directory
yarn start

