Skip to content

Zippy-sudo/Phase-2-Final-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAME SEARCH

A simple application that enables users to search through a list of free games, it is built using React JS.

By Nehemiah Madahana

Description

This simple appllication built using React JS enables users to quickly sort through over 400 games to find and save one that they like, or add one of their own.

Features

  • A HomePage that displays a list of random games.
  • A search Functionality.
  • An Add Game page to expand the database.
  • A Saved Games Page for favourite Games.

How to Use

Requirements

  • A computer,tablet, or phone.
  • Access to the Internet.
  • A modern web browser.

View Live Site

Visit the deployed application at: Game Search.

The live site allows you to:

  • Browse game right off the bat.
  • Click on the More Info button under a specific game on the Home Page in order to see more details about the game.
  • Click on a Save button visible after clicking on the More Info button in order to save a game to the Saved Games page.
  • Add a game by filling out the form fields on the Add Games Page.
  • View Saved Games by navigating to the Saved Games page via the NavBar.

Local Development

Should you want to run the project locallly, you'll need:

  • Node.js installed on your computer
  • Basic understanding of ReactJS
  • Code editor
  • Terminal/Command Line

Installation Process

  1. Clone this repository using:
git clone git@github.com:Zippy-sudo/Phase-2-Final-Project.git

or by downloading a ZIP file of the code.

  1. Navigate to the project directory:
cd Phase-2-Final-Project
  1. Install the required dependencies:
npm install
  1. Run the development server:
npm run start-server
  1. Open your browser and visit http://localhost:3000

Technologies Used

  • ReactJS
  • Create-React-App
  • CSS
  • JavaScript (ES6)

Related Repositories

Backend API

Support and Contact Details

If you have any questions, suggestions, or need assistance, please contact:

License

MIT License

Copyright © 2024 Nehemiah Madahana

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This simple appllication built using React JS enables users to quickly sort through over 400 games to find and save one that they like, or add one of their own.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors