From the course: React for Web Designers

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Use the mockup, make a plan

Use the mockup, make a plan - React.js Tutorial

From the course: React for Web Designers

Use the mockup, make a plan

- [Man] In this video we're going to start our next React project. We're going to get familiar with the mock-up of what we're looking for, and we're going to do a little bit of setup to get the groundwork in place. So, first of all we'll introduce the website. This is Leaf and Mortar. This is a sample, existing website into which we're going to to bring some React components. We're going to be working with this company directory, which is a list of all the employees at this architecture firm, say. And we have these filters, which currently don't work, it's just a mock-up, but the idea will be that we can type somebody's name in, and it will search the available names, and only show people whose name matches. Likewise, we can limit by certain job titles, and we have a check box to show only people who are interns or those who are not. So, if we're going to build this into a series of components, we need to think about how we're going to do that. What I'm going to recommend is that we…

Contents