Skip to content

React.js web app made as a bachelors degree project. Allows users to share statistic data, articles and photos about football matches using the Football API for updated roster and competitions data.

Notifications You must be signed in to change notification settings

brunogrbavac/FootFeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

FootFeed

This is a React.js web app made as a bachelors degree project.

About

An application that allows users to share staistic data, articles and photos about football matches using the Football API for updated roster and competitions data.

Getting Started

Installing

After cloning this repository you need to install the dependencies named in the package.json file by executing this command:

npm install

Running the app

Position yourself into the "backend/footfeed" folder and run the following command to start the server application on http://localhost:3000/

nodemon app.js

Position yourself into the "frontend/footfeed" folder and run the following command to start the client application on http://localhost:3001/

npm start

How to use

  • Register to share your match experience or read about games from other users as a guest. Match datais updated live ony our screen using Socket.IO

Home page Article
Feed
Statistics

  • Search trough matches by team, league or text.

Search

  • When logged in you can write about a new match trough the speed dial navigation.

Add a match

  • Adding an event to match statistics includes selecting the event type and actors.

Add an event 1

Add an event 2

About

React.js web app made as a bachelors degree project. Allows users to share statistic data, articles and photos about football matches using the Football API for updated roster and competitions data.

Resources

Stars

Watchers

Forks