Bernardomennndes / advanced-react-hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced react-hooks



Sample app used during my react-hooks workshop at RocketSeat Dowhile.



Getting Started

Clone the repository.

git clone https://github.com/vitormalencar/

cd into the directory.

cd hooks

Install the project dependencies:

yarn

# or

npm install

Start the development server:

yarn start

# or

npm run start

🚀 Head over to localhost:3000 in your browser of choice.

💡 Pro tip use the App.final.js as you final reference guide

Toolbelt

  • React as a UI language
  • TailwindCss UI as our design toolkit

Project Structure

The project follows a regular create-react-app skeleton with very few modifications.

Under the src folder, we have two main directories:

  • App.js: the place where the main logic for this workshop
  • components/: Components reused across pages
  • utils.js: Which contains, as the name suggests, utility shared funcitons,

About


Languages

Language:HTML 73.6%Language:JavaScript 26.4%Language:CSS 0.0%