Memoize-Context

Description

This project is a flash card application built with react and tested with enzyme. The questions relate to the topic of context and what this is in JavaScript.

Setup

Simply start by cloning the repo:

git clone git@github.com:BrennanDuffey/whateverly.git

Once you have cloned the repo, to install the library dependencies. Run:

npm install

Run npm start in your terminal. Go to http://localhost:3000/ and you should see a live version of the application if installed correctly.

Run npm test in your terminal to run the enzyme testing suite.

Screenshots

Screen Shot 2019-04-10 at 7 07 37 PM

Screen Shot 2019-04-10 at 7 08 10 PM

Emphasis of the Project

Further knowledge on the following technologies/principles:

  • React
  • JSX
  • Jest and Enzyme Testing
  • Creating a JSON dataset
  • Fetch calls
  • Linting
  • Context

Contributors/Roles and Responsibilities

Solo project so all was completed by myself

Improvements