Skip to content

mikeshhoffman/lesson-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lesson 4 - Due May 8, 2017

Assignment

Remember Pauline? Well, she was very happy with your first website you made for her (or are likely still making.. that assignment is not even due yet), except she feels like it's not "modern enough."

Given that Pauline doesn't know anything about websites, you're a little surprised to hear this from her, but she apparently reads some tech blogs and now thinks the website should be built in React. She's willing to pay you again and you've been meaning to learn how React on the front end works anyway, so uh... cool? Same design? Maybe with some better functionality.

You didn't really know how to get started, so you picked up create-react-app and have some bare bones to how we get a React project started.

Goals

  • Understand the basics of the React framework and React-Router

The actual assignment

The list and the detail page will be hooked up, but you'll need to do the Add to Order button and the Basket page again.

This means Creating a basket component, routing to it and being able to fill it with items from the order.

Getting Started

npm i

npm start

Visit http://localhost:3000

npm test will run any unit tests (though they are sparse on this project)

Helpful Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published