Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cshatto99/pogu-art
A small static React website that hosts all fan art posted on r/xqcow.
https://github.com/cshatto99/pogu-art
bootstrap node react react-router
Last synced: about 2 months ago
JSON representation
A small static React website that hosts all fan art posted on r/xqcow.
- Host: GitHub
- URL: https://github.com/cshatto99/pogu-art
- Owner: CShatto99
- Created: 2020-08-27T23:37:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T00:18:39.000Z (11 months ago)
- Last Synced: 2024-10-14T06:42:50.238Z (3 months ago)
- Topics: bootstrap, node, react, react-router
- Language: JavaScript
- Homepage: https://poguart.herokuapp.com/
- Size: 377 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PogU Art
PogU Art is a simple static React website that hosts all fan art found on the r/xqcow subreddit. As of 9/5/2020 the site is hosting 2154 pieces of art from 1351 unique artists. Each image artist/URL was fetched and converted into json using the PRAW Python module.
## Table of Contents
- [Tech Stack](#tech-stack)
- [Front End](#front-end)
- [Back End](#back-end)
- [Local Setup](#local-setup)
- [Demo](#demo)## Tech Stack
#### Front End
* React
* react-router-dom
* axios
* bootstrap/reactstrap
* uuid#### Back End
* Node
* express
* nodemon
* concurrently## Local Setup
1. Run the following commands
```
git clone https://github.com/CShatto99/PogU-Art.git
cd PogU-Art
npm run installDep
```
4. Servers
```
Option 1 (runs backend and frontend servers):
npm run dev
Option 2 (for running both the servers individually):
npm run server (runs backend server only)
npm run client (runs frontend server only)
```## DEMO
**Note:** This demo relied on the Heroku free tier and is no longer active.
#### LINK - [poguart.com](http://poguart.com)