KaiqueMunhoz / meetup-react-hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meetup React Hooks

In this application, I developed a software to show how to use React-Hooks. This software has a few examples of the new way of use state compared with the old way. If you want to understand better these examples, open the file with the name of functionality that you expect to learn.

Knowledge Prerequisites

  • HTML
  • CSS
  • Javascript
  • React

Installing

  • Nodejs

To install Nodejs, access the website https://nodejs.org/en/ and download the last version for your environment. After the installation finish, run the command lines to verify if everything was installed correctly.

npm -v
node -v
  • Dependencies

To install all others dependencies of this project, run the following command line

npm install

Running

After the installation, this project already can run. The follows commands run the frontend side.

npm start

Built With

Authors

About


Languages

Language:JavaScript 85.3%Language:CSS 10.1%Language:HTML 4.6%