Skip to content

Philocoder93/react-router-lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab: React Router & APIs

For today's lab you will be building a stock tracking app. The lab will be broken down into two parts...

  1. Build a React app that uses react-router
  2. Communicate with 3rd-party and local APIs

NOTE: This app runs on Port 3001. This is configured inside package.json

Part I: React Router

If you want to see what a finished version of Part I might look like...

$ git checkout solution-routing-only
$ npm start

Part II: Adding APIs

If you want to see what a finished version of Part II might look like, first make sure to clone down and run the Rails API. Then...

$ git checkout solution-routing-apis
$ npm start

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 77.7%
  • HTML 22.3%