bradybridges / whats-new

Live page

Home Page:https://bradybridges.github.io/whats-new/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whats New

View the live page here.

Table of contents

Objective

This project I will solidify my understanding of React and passing data to components. It will help me to understand the difference between functional and class based components.

Tools Used

  • React
  • JavaScript
  • SCSS/SASS
  • APIs
  • Jest
  • Enzyme

Requirements

You must have node and npm installed on your local machine. This is used to install all of the dependencies of the application. To install these packages, just intall node, which includes an installation of npm.

brew install node

Setup

  1. Clone down this repo.
  2. Then install the library dependencies. Run:
npm install
  1. To verify that it is setup correctly, run npm start in your terminal. The page should open on your browser.

Screenshots

Dekstop Screenshot Mobile Screenshot

About

Live page

https://bradybridges.github.io/whats-new/


Languages

Language:JavaScript 75.2%Language:CSS 21.8%Language:HTML 3.1%