Skip to content

ElijahMPalmer/Quotivation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

General info

This project is a resource to find the quotes that speak to your source of motivation!

Technologies

This Project was created with:

Learning

This project was a great experience to improve my React skills. I got more familiar with the basic structure of React and the flow of passing props to other components. One issue I ran into was with creating Intervals for the site to iterate through the arrays of Quotes, I was initially creating a new interval and leaving the old interval in the background which created an issue where quotes from both categories would display on the screen, I got around this by using clearInterval() and passing the id of each Interval from the state of the App Component

Setup

To run this applications: Fork and Clone the Repo, then simply cd into the directory and run "npm run dev"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published