Skip to content

vitormalencar/dowhile-react-hooks

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published