Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KnowHow - Gif Finder

This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.

Setup Instructions

1 | Install Dependencies

To install the dependencies for this project you can use the following commands:

yarn

or

yarn install

2 | Setup Environment Variables

Clone the .env.sample file with the following command:

cp .env.sample .env

and set your Giphy API key.

3 | Start Server

yarn start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

Main Project Structure

src/
├── components/
│   ├── App
│   ├── GifFinder
│   ├── GifList
│   ├── LikedGifs
│   └── SearchBar
├── reducers/
│   └── likedGifsSlice.js
└── services/
│   └── giphy.js
├── index.js
└── store.js

Technologies Used

Screenshots

Screen Shot 2021-07-13 at 9 25 42 PM

Screen Shot 2021-07-13 at 9 26 02 PM

Screen Shot 2021-07-13 at 9 26 25 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages