Skip to content

scizard-projects/gameologist-x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Gameologist

The Gameologist Logo

Dive into the World of Gaming: Stay Informed, Stay Entertained!

Your gaming news hub for Xbox, PlayStation, Nintendo, and more. Dive into action, role-play, strategy, puzzles, etc., with us.

Screenshots

Home:

Home Screen

Story:

Gameplay Screen

App Links

Getting Started

Note: Ensure you have completed the React Native - Environment Setup instructions up to the "Creating a new application" step before proceeding.

To run this project on your local machine, follow these steps:

Step 1: Clone the Repository

git clone https://github.com/scizard-projects/gameologist.git
cd gameologist

Step 2: Install node modules

npm install

Step 3: Start the Metro Server

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

To start Metro, run the following command from the root of your React Native project:

npm start

Step 4: Start your Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

npm run android

For iOS

npm run ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.

Congratulations! 🎉

You've successfully run the app. 🥳

Topics

In The Gameologist each article is associated with one or more topics, allowing readers to easily explore content that aligns with their gaming interests and preferences:

Atari, Board Game, Business, Console, Facts, Gamer, Inspiration, Insight, Microsoft, Movies & TV, Nintendo, PlayStation, Report, Retro, Review, Sale, Sega, Secrets, Streamer, Tips & Tricks, Upcoming

To-Do List

This is a to-do list of tasks that need to be done. Each task is represented as a checkbox that can be marked as completed once it's done.

Story Schema

A story in The Gameologist follows this structured schema:

  • id: Unique identifier for the story (string).
  • title: The title of the story (string).
  • titleLowerCase: The lowercase version of the title for easy comparisons and indexing, especially useful for search functionality (string).
  • description: A short narrative or summary of the story (string).
  • content: The main content or body of the story (string).
  • createdAt: The timestamp indicating when the story was created.
  • image: URL of an image associated with the story (string).
  • imageCredit: The credit or source of the image (string).
  • video: URL of video content related to the story (string).
  • topic: The topic or topics associated with the story (string or array of strings).
  • active: A flag indicating whether the story is active or not (boolean).
  • source: The source URL from where the story originated (string).

Contributing

Feel free to contribute to this project by adding new tasks, fixing existing ones, or suggesting improvements to the documentation or the codebase. To do so, you can create a pull request on GitHub, or open an issue if you have a question or a bug report.

Feedback and Issues

For feedback, suggestions, or reporting issues, please open an issue.

About

Dive into the World of Gaming: Stay Informed, Stay Entertained!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors