mhorod / meme-queue-frontend

React frontend for meme displayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meme queue frontend

Frontend

To run the frontend, you need to have Node.js and react-scripts installed. Then run npm run to start the frontend.

Backend

The frontend requires a backend to get events - in this project there is a mock backend written in Flask. To run the backend instal flask and flask-cors and run flask --app mock-backend --run

About

React frontend for meme displayer


Languages

Language:JavaScript 57.4%Language:CSS 18.1%Language:HTML 17.2%Language:Python 7.3%