Madison Randle - GitHub
Justin Corbin - GitHub
Technologies Used: React, React Router, ES6, TDD, CSS, Fetch API for receiving 3rd party data
VRAD is an appication we built during our time at Turing School of Softwar and Design. This was our paried project in module 3 of 4. The learning goal of VRAD was focused around effectively and efficiecntly building a dry React application using test driven development. We used diffrent types of React routers to access and pass down API information into their components through props.
- clone down this repo to desired location
cd
into the new directory- run
npm install
- run
npm start
- Open localhost:3000 in your favorite browser (unless your terminal says otherwise)