Skip to content

Football score web application with React front end. Express backend.

Notifications You must be signed in to change notification settings

rushingbrendan/React-Football-Score-Web-Application

Repository files navigation

NFL Score Web Application

This website is an web application to show NFL football scores from past 5 years.

React JavaScript Library is used for the user interface. https://reactjs.org/

Redux is used to handle data. https://redux.js.org/

Redux Thunk is used as middleware. https://github.com/reduxjs/redux-thunk

Axios is used to retreive data from backend API. https://www.npmjs.com/package/axios

Express Js backend is used as API to transmit score data from MySQL database. https://expressjs.com/

MySQL database is used to store score data. https://www.mysql.com/

Installing React Front End

to do...

Installing Express Back End

to do...

Running React Front End

npm start

Running Express Back End

PORT=3001 npm start

About

Football score web application with React front end. Express backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published