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.
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.
Further knowledge on the following technologies/principles:
- React
- JSX
- Jest and Enzyme Testing
- Creating a JSON dataset
- Fetch calls
- Linting
- Context
Solo project so all was completed by myself