diegogasparcruz / desafio-books-frontend

šŸ“š Desfrute da melhor coleĆ§Ć£o de livros do Brasil!

Home Page:https://ioasys-books-ashen.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

šŸ“š Desfrute da melhor coleĆ§Ć£o de livros do Brasil!

https://ioasys-books-ashen.vercel.app/


Languages

Language:JavaScript 100.0%