Skip to content

PlatziVideo: Course "Práctico de ReactJS", Platzi, EscuejaJS. Using React

Notifications You must be signed in to change notification settings

FernandoTorresL/Curso_ReactJS

Repository files navigation

PlatziVideo

Proyecto de la EscuelaJS de Platzi México

Project: PlatziVideo (Curso Práctico de React JS)

Description

Convert to React Components, create a fake API and add Hooks

Working adding React JS to previous project: https://github.com/FernandoTorresL/Curso_FrontEnd

We take the project from this repository and convert html pages to React Components, use a fake API and use React Hooks.

This is the result: Preview of FrontEnd with React, Hooks and a fake API: Imgur


How to use this project

Clone this repo

You can use and change 'my_folder' on this instruction to create a new folder

git clone git@github.com:FernandoTorresL/Curso_ReactJS.git my_folder

Change to working directory and install

cd my_folder
npm install

Compile (optional)

npm run build

Start fake API

Start the json server to simulate an API for this project.

json-server initialState.json

You can see the data here

Execute

Now, open a new terminal, in the same folder, and execute with

npm run start

Follow me

fertorresmx.dev fertorresmx.com

🌐 Twitter, Instagram: @fertorresmx

About

PlatziVideo: Course "Práctico de ReactJS", Platzi, EscuejaJS. Using React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published