Skip to content

ozair-dev/games-paradise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

games-paradise

Free Video Games Collections App Built with Vanilla Javascript

See demo here

Games Paradise

Motivation

Built this project to get more familiar with asynchronus programming and to learn to write clearn code.

In this webapp, you can find plenty of free PC and Browser games to play. I used the Freetogame for fetch games data

Getting started

Clone this repository and install its dependencies:

git clone https://github.com/ozair-dev/games-paradise.git
cd games-paradise
npm install

npm run dev launches a server with hot reloading. Navigate to localhost:3000.

npm run build builds the application to dist, generating two bundles for differential serving.

npm run serve launches a server over the previously build.

Credits

This App uses Freetogame's apis to access their games database

License

MIT.