Skip to content

Simple React/Redux app that acts as the front-end of a CRUD REST API

License

Notifications You must be signed in to change notification settings

testnation1/react-app-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-app-frontend

Sample app created with Create React App and used for my tutorial Building a Serverless Web App with AWS Services.

I took this React CRUD boilerplate and removed all the non-essential functionality, the API mock calls, and upgrade all dependencies to their latest versions. All credit for the app goes to Aries McRae.

You'll need to have Node.js installed and an API to create/read/update/delete courses and authors, as described in the article.

In the server directory you can find a sample API made with Nojde.js and Express to test the app locally. Just execute npm install to install the dependencies and start the server with npm start. Change the API URL in src/api/serverUrl.js to http:localhost:4000 or whatever your server is deployed.

License

MIT

About

Simple React/Redux app that acts as the front-end of a CRUD REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.1%
  • HTML 4.8%
  • CSS 0.1%