andrecampll / bookapp

BookApp is a book explorer made with ChakraUI and Next.js ⚛️

Home Page:https://bookapp-bay.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BookApp 📚

This repository refers to a book explorer application made with Next.js 🚀

Proposal 🔥

The idea is to simulate a book finder app, bringing data from Google Books API and integrate the information available on screen, such as the recently read books. The difference of this project is the responsive mode built for all mobile devices, some pages built using Static Site Generation (SSG), the creation of global state of Books and Searches with Context API and the user interface made with Chakra UI.

Tecnologies 🚀

Next.js ⚛️
React ⚛️
React Hook Form ⚛️
Context API ⚛️
Chakra UI ⚛️
React Icons ⚛️❤️
Typescript 🦕

Live demo: https://bookapp-bay.vercel.app/

How to use? 🤓

  1. Visit https://bookapp-bay.vercel.app/
  2. Choose some book and click to see the its details
  3. Go back to the homepage to see the "Currently Reading" section!

How to get this repository? 🤔

To obtain this project, follow the steps:

  1. Clone this repository using git clone .
  2. Run the yarn command at the root of the cloned project folder to download the dependencies.
  3. Run yarn dev at the root of the project folder to start the application in development mode.
  4. Open the application in your browser at http://localhost:3000. 🚀

How to contribute? 😍

Fork this repository

# Clone your fork
$ git clone your-fork-url && cd bookapp

# Create a branch with your feature or bug fix
$ git checkout -b my-branch

# Commit your changes
$ git commit -m 'my changes'

# Push your branch
$ git push origin my-branch

Delete your branch, if you want, when your pull request merge.

Made with 💜 by andrecampll .

About

BookApp is a book explorer made with ChakraUI and Next.js ⚛️

https://bookapp-bay.vercel.app/


Languages

Language:TypeScript 99.7%Language:JavaScript 0.3%