A project to interact with the Xbox Live API and see what kind of data you can get back and displaying it.
git clone https://github.com/taran-pierce/xbox.git
cd xbox
npm install
- Update
next.config.js
with yourAPI
key- https://xboxapi.com/ - works with a free account
npm run dev
- if port is taken
npm run dev -- -p <PORT>
- if port is taken
/xbox
|
|-pages
| |-index.js
|
|-components
| |-Header
| | |-index.js
| | |-header.scss
| |
| |-Footer
|
|-utilities
| |-apiHeaders.js
|
|-static
| |-img
|