Skip to content

jonathastavares/JavaScript-Capstone

Repository files navigation

Game Portal

The Gameportal is a webpage that provides you a list of games. You can like games or add a comment about them.

image

When you click on comment a modal pops up which looks like following screenshot. It will give you more detail about the game.

image

Built With

  • HTML
  • CSS
  • BootStrap
  • JAVASCRIPT
  • Webpack

Getting Started

1 - On Github, on the main page of the Gameportal repository, click the Code button and copy "Clone with HTTPS" by clicking the copy icon. In your terminal, enter a git clone and past the link that you copied from the repository, and press the Enter (e.g. git clone https://github.com/jonathastavares/JavaScript-Capstone.git).

  • To get a local copy up and running follow these steps.

2 - open your terminal and clone the project running

git clone https://github.com/jonathastavares/JavaScript-Capstone.git

3 - install or update your npm running

npm install or if you have it installed already npm update

4 - start your local server and build project using

npm start

Testing

We use Jest library to test our code.

You can run those tests locally if you follow the steps above from 1 to 3, and then run:

npm test

Live Demo

Video Presentation

Authors

πŸ‘€ Wahidullah Shadab

πŸ‘€ Jonathas Tavares

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • We have used RAWG video games database API to get the information about games. It's a very cool API with great documentation and it's free for non-enterprise use.

πŸ“ License

This project is MIT licensed.

About

This is my JavaScript Capstone project as part of my curriculum at Microverse.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors