paulinevalero / lab-react-styles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo_ironhack_blue 7

React Styles

Introduction

Pick a celebrity or other topic and use Antd or styled components to make a Website for it.

Requirements

  • Fork this repo
  • Clone this repo

install:

  npm i antd

or

  npm i styled-components

Submission

  • Upon completion, run the following commands:

    git add .
    git commit -m "done"
    git push origin master
    
  • Create Pull Request so your TAs can check up your work.

Instructions

Your project should have (at least) 3 components:

  • Navbar
  • Main section with a description and a couple of buttons
  • Cards section
  • Footer

Your site should also have some styled components or antd components:

  • CSS styling
  • images
  • buttons
  • Cards

BONUS

Add some Extra components to your site

Send your pull request before next class!

Happy coding! ❤️

About


Languages

Language:JavaScript 72.8%Language:CSS 13.8%Language:HTML 13.4%