A simple application that enables users to search through a list of free games, it is built using React JS.
By Nehemiah Madahana
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.
- 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.
- A computer,tablet, or phone.
- Access to the Internet.
- A modern web browser.
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.
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
- Clone this repository using:
git clone git@github.com:Zippy-sudo/Phase-2-Final-Project.gitor by downloading a ZIP file of the code.
- Navigate to the project directory:
cd Phase-2-Final-Project- Install the required dependencies:
npm install- Run the development server:
npm run start-server- Open your browser and visit
http://localhost:3000
- ReactJS
- Create-React-App
- CSS
- JavaScript (ES6)
- Repository: Phase 2 Final Project API Repository.
- Deployed API: Live API URL
If you have any questions, suggestions, or need assistance, please contact:
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.