Brawl Stars Stats is an app that provides stats of Mobile Game Brawl Stars
- ✔️ Next JS
- ✔️ Context API
- ✔️ Styled-Components
- ✔️ Axios
- ✔️ React Icons
- You need to install Node.js to run this project.
- You need to create an account on Brawl Stars Official Api, and then create a key with your IP address.
Clone the project and access the folder
git clone https://github.com/rodrigo-miranda18/BrawlStars-Stats.git && cd brawlstars-statsFollow the steps below
# Run this command to open that file on your text editor
code src/services/api.js .Copy the Token of your key and replace on file.
# Install the dependencies
npm install
# or
yarn install
# Build project
npm run build
# or
yarn build
# Run project
npm start
# ou
yarn start
# The app will be available for access on your browser at http://localhost:3000



