Skip to content

diegogasparcruz/desafio-books-frontend

Repository files navigation

logo

🖥 Tecnologies and tools

This project was developed using cutting edge front-end technologies.

❓Why did I use Context API

I decided to use context API, because the application only needs to work with authentication and book listing. Because the application does not have so many states that would be shared, it was not necessary to use redux.

🚀 Getting started

Requirements

  • You need to install both Node.js and Yarn to run this project.

Clone the project and access the folder

$ git clone https://github.com/diegogasparcruz/desafio-books-frontend.git && cd desafio-books-frontend

Follow the steps below

# Install the dependencies
$ yarn

# Run the web server
$ yarn dev

The app will be available for access on your browser at http://localhost:3000

Run component documentation

# Run storybook
$ yarn storybook

The component documentation will be available for access on your browser at http://localhost:6006