Skip to content

RubenChirino/Gifs-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gifs-App (React practice) 🥽

Gifs-App is a small application made with React.js using React-router-dom and Styled-components. It is based on a search engine for Online Gifs.

  • React good practices
  • Folder and file structure
  • Componentization
  • ES6 modules in React
  • Loading effect and notFound page
  • API Called
  • UseRef Hook
  • UseState Hook
  • UseEffect Hook
  • UseContext Hook
  • Custom Hook

Home

home

Screenshot 2023-08-05 at 21 52 04

Available Scripts

In the project directory, you can run:

npm install

For install all the app dependencies.

npm 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.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!