As a group project, we wanted to create an app for users to find their favorite yoga studios (based off of yoga type; ie: hatha, vinyasa) and all of the drop-in fees so that they had everything in one place. We created functionality for displaying studios based off of yoga type, sorting studios by price, display all studios, and a search bar to search for a specific yoga studio upon hitting the return key.
https://matthewkaplan.github.io/CoYo-Colorado-Yoga-Collective/
First, clone down the repo.
$ git clone https://github.com/MatthewKaplan/COYO.git
Once you have cloned the repo, install the library dependencies. Run:
$ npm install
Launch in your browser:
$ npm start
After following the Getting Started instructions you may test the project by doing the following.
test all files:
$ npm test
test the total coverage of the project:
$ npm t -- --coverage --watchAll=false
- fetch API
- ReactJS
- JSX
- SCSS
- Jest
- Enzyme