Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Team16 #16

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
4264fbc
Adding readme
kavyatripathi Feb 20, 2021
aae53c2
Merge pull request #1 from Tekk-Force/team16
kavyatripathi Feb 20, 2021
442a485
:rocket:
eshaan007 Feb 20, 2021
1585813
Fetched Details of the Games from the API
eshaan007 Feb 20, 2021
ed9d5a8
Fetched Details of Games and Styled it
eshaan007 Feb 21, 2021
30ea942
Added React-Router throughout the Application
eshaan007 Feb 21, 2021
c9e3b9e
Bug Fixes and Enhancements in UI/UX
eshaan007 Feb 21, 2021
c1c0c4c
Minified the Images fetched from the API
eshaan007 Feb 21, 2021
9b63eb9
minified images fetched from api
kavyatripathi Feb 21, 2021
fa8bb55
Changes Added
eshaan007 Feb 21, 2021
76b0af4
Changes Added
eshaan007 Feb 21, 2021
812f2a5
Animations
eshaan007 Feb 21, 2021
b66c2d2
Update README.md
kavyatripathi Feb 21, 2021
c04e9e6
Merge remote-tracking branch 'origin/main' into team16
kavyatripathi Feb 21, 2021
5660280
Merge remote-tracking branch 'origin/main' into team16
kavyatripathi Feb 21, 2021
af0479a
merging
kavyatripathi Feb 21, 2021
7b1bb4e
Add team16
kavyatripathi Feb 21, 2021
d19e5bc
Search Bar inserted
eshaan007 Feb 21, 2021
13171f5
Merge branch 'main' of https://github.com/Tekk-Force/api-digest-2021 …
eshaan007 Feb 21, 2021
9a460fb
Inserted Animations
eshaan007 Feb 21, 2021
24a93cb
Bug Fixing
eshaan007 Feb 21, 2021
f062194
Merge remote-tracking branch 'origin/main' into team16
kavyatripathi Feb 21, 2021
cc47fb8
Corrected Animations
eshaan007 Feb 21, 2021
2f8fcec
added footer
kavyatripathi Feb 21, 2021
c925398
Merge remote-tracking branch 'origin/main' into team16
kavyatripathi Feb 21, 2021
547f78a
Update README.md
kavyatripathi Feb 21, 2021
a1863a1
Update README.md
kavyatripathi Feb 21, 2021
17b07bf
Update README.md
kavyatripathi Feb 21, 2021
6c96998
Update README.md
kavyatripathi Feb 21, 2021
d604390
Update README.md
kavyatripathi Feb 21, 2021
3311916
Update README.md
kavyatripathi Feb 21, 2021
d93a149
Merge remote-tracking branch 'origin/main' into team16
kavyatripathi Feb 21, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions team16/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
47 changes: 47 additions & 0 deletions team16/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
## Project Theme 9 - Open Innovation

# Inferno - Gaming Website
<br/>
Inferno is like a library for the people for who like to know about the most popular games, get their ratings and reviews and even see their screenshots! 🤩<br/>
Not only this they can also search for any game they wish to play and buy them from available play stores!<br/>
We have implemented the above idea using the following public API : <br/>
https://rawg.io/apidocs <br/>
https://www.framer.com/api/motion/<br/>

### A sneek peak 😉<br/>
![Untitled_ Feb 21, 2021 11_56 PM](https://user-images.githubusercontent.com/48882133/108635207-3b1ac200-74a4-11eb-9f89-b7daeee36b3d.gif)
<br/>

Steps for setting up:<br/>
- Fork the repo <br/>
```
git clone https://github.com/Tekk-Force/api-digest-2021.git
cd api-digest-2021/team16
npm install
npm start
```

## What will you see after you open the platform ?? <br/>

## The homepage will have a list of all the new, upcoming and popular games. <br/>
![Screenshot (217)](https://user-images.githubusercontent.com/48882133/108634989-a95e8500-74a2-11eb-8501-dca570934bef.png)


## Wish to know more about a game ?<br/>

## Just click on the card of your interest !<br/>
![Screenshot (218)](https://user-images.githubusercontent.com/48882133/108635057-fcd0d300-74a2-11eb-8b7e-cb59271b2586.png)
![Screenshot (219)](https://user-images.githubusercontent.com/48882133/108635059-ffcbc380-74a2-11eb-939c-41787d016d48.png)
<br/>

## Still can't find your pick ?<br/>

## We have got a search option for you.. 😊<br/>
![Screenshot (220)](https://user-images.githubusercontent.com/48882133/108635124-884a6400-74a3-11eb-8538-c23ddce41660.png)
![Screenshot (221)](https://user-images.githubusercontent.com/48882133/108635125-8b455480-74a3-11eb-84df-f78049075b5d.png)


## Also we have got a pretty decent performance after loading some huge pictures ! <br/>
![Screenshot (222)](https://user-images.githubusercontent.com/48882133/108635189-145c8b80-74a4-11eb-805d-2d01649357a3.png)


Loading