- Problem Statement
- Wireframes / Paper Prototype
- Build
- Test and Deploy
Build a React Web app -- more specifically a Doggo Travel site to explore potential doggo vacations
Tech Details Build in React using react-router and use material design
Built using react, starting with the React CLI starter, with React Router
Tested locally in chrome, firefox, safari, and IE11 - then deployed with heroku to https://doggo-travel.herokuapp.com
- Add Petfinder API (https://github.com/drlukeangel/Pet-Finder-API-Javascript-Library)
- Add Login/Individual User Functionality
- Download or git clone this project
cd react-travel
npm install
- Run locally with
npm start