Webpage for searching games.
-
Download the source code from Github.
-
Download Node in your computer.
-
Install json-server and json-server-auth locally just by running:
npm install
- Raise a json-server (verify you are on port 3000, if not change the url at src/js/login.js):
npm run serve
- For logging in, use the following credentials:
email: [email protected]
password: password
- In the main view at the mobile breakpoint, two rows are left for the first 200px, because it looks better that just keeping one too streched.
- ...
- Connection Modal to API (just do the request and fullfill it)
- Debounce time in suggestions!
- Infinite scroll
- Separate scripts if they are too long