This is a React.js web app made as a bachelors degree project.
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.
After cloning this repository you need to install the dependencies named in the package.json file by executing this command:
npm install
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
- 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
- Search trough matches by team, league or text.
- When logged in you can write about a new match trough the speed dial navigation.
- Adding an event to match statistics includes selecting the event type and actors.