Skip to content

Aplicação Advanced react-hooks desenvolvida durante o evento DoWhile da Rocketseat. Data: Dez/20 - Instrutor: Vitor Alencar

Notifications You must be signed in to change notification settings

eltonsantos/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/eltonsantos/

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

Aplicação Advanced react-hooks desenvolvida durante o evento DoWhile da Rocketseat. Data: Dez/20 - Instrutor: Vitor Alencar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published