/react-hooks

Study about React Hooks

Primary LanguageJavaScriptMIT LicenseMIT

React Hooks study.

This repository has been created to learn more about react hooks, different types of hooks and their uses. Represents a simple deck of character cards obtained from an API.

¿What would you find in this project?

What would you find in this project? In this project, you will find a lot of character cards from "Ricky and Morty". In each card you can read interesting information about the character. You can also save your favorite characters in a top bar.

Finally you can set the mode to dark or light.

I am working on more functionalities.

How to start this project

First you have to clone this repo in your computer. Then you may run npm i in order to install all dependencies. Then you can use all available Scripts.

Available Scripts

In the project directory, you can run:

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 test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

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!

See the section about deployment for more information.

Contribute with Issues not Pull Request please

This is an study repo, I made it in order to learn new things myself. If you want to help me learn something you can create an Issue suggesting changes or proposing new functionalities.