This application aims to show a casino's promotions list according to the client. The data was fetched from the following API: http://www.mocky.io/v2/5bc3b9cc30000012007586b7
This application aims to show a casino's promotions list according to the client's category. There are two categories: new clients and all clients
The layout was implemented focusing on a mobile-first approach. The current layout breakpoints were: less than 768px, bigger than 768px and less than 992px, and bigger than 992px. These breakpoints were extracted from Bootstrap.
- React
- JavaScript
- React Testing Library
- SCSS
- HTML
To run the application:
# Clone the respository
git clone https://github.com/jeanmendescs/promotions.git
# Open the project's folder on your terminal
$ cd promotions
# Install project's dependencies
$ npm install
# To run tests
$ npm test
# Start the application
$ npm startFinished.
Feel free to get in touch.

