https://github.com/sarahjahan/pixelpath
full-stack React app helping users track their gaming sessions, rate games, and add personal notes or tags, featuring a customizable Game Library, a tool to discover new games, and mood-based recommendations.
https://github.com/sarahjahan/pixelpath
html-css-javascript react-router reactjs sass
Last synced: 2 months ago
JSON representation
full-stack React app helping users track their gaming sessions, rate games, and add personal notes or tags, featuring a customizable Game Library, a tool to discover new games, and mood-based recommendations.
- Host: GitHub
- URL: https://github.com/sarahjahan/pixelpath
- Owner: sarahjahan
- Created: 2024-11-20T04:06:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-20T23:28:52.000Z (about 1 year ago)
- Last Synced: 2025-05-21T00:24:31.934Z (about 1 year ago)
- Topics: html-css-javascript, react-router, reactjs, sass
- Language: JavaScript
- Homepage: https://pixelpath-kappa.vercel.app
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PixelPath
## Setup
1. Clone the client and server repository:
- `git clone https://github.com/sarahjahan/pixelpath.git`
- `git clone https://github.com/sarahjahan/pixelpath-api.git`
2. Change to project directory `cd `
3. Install dependencies: `npm install`
4. Setup environment variables in a `.env` file for both client and server following env sample provided:
- to access IGDB API, follow Getting Started and Authentication: https://api-docs.igdb.com/#getting-started
- fill out env variables based on authentication code from last step
5. Run migrations and seed data.
## Run
- Start the server: `npm start`
- Access the app at: `http://localhost:8080`
## Repository Links
- Frontend Repository: [Frontend Repo Link](https://github.com/sarahjahan/pixelpath)
- Backend Repository: [Backend Repo Link](https://github.com/sarahjahan/pixelpath-api)
## Usage
- Login or Registration not required at this time to explore the features.