rdren0 / Fetch-Flash-Cards

An flash-card App to help learn all about Fetch/Networks/Servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fetch Flash Cards, an app to learn about Fetch!

By Rachael Drenann

To begin:

In your terminal:

npm  install
npm start

Go to http://localhost:3000/ in your browser to view the code running in the browser.

This was a solo project where we needed to use react, JSX, Sass/Scss, local storage, and Enzyme/Jest to demonstrate our mastery and understanding of the framework React

What I gained from this project

In making this site, I gained a much better understanding on testing specifically. I learned what needs to be tested and how to ensure your app is working as you would expect.

Examples

Favoriting a card and refreshing the page to check persistence:

Memoize-Fetch

Toggling through each category:

Memoize-Fetch

What you see once you complete all cards, requirement changed to 3 cards for this example:

Memoize-Fetch

About

An flash-card App to help learn all about Fetch/Networks/Servers


Languages

Language:HTML 69.5%Language:JavaScript 24.6%Language:CSS 5.9%