https://github.com/lumamontes/dalivros
Book website made with Google Book API and Next.js 📕
https://github.com/lumamontes/dalivros
Last synced: 2 months ago
JSON representation
Book website made with Google Book API and Next.js 📕
- Host: GitHub
- URL: https://github.com/lumamontes/dalivros
- Owner: lumamontes
- Created: 2023-07-02T07:58:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T06:38:50.000Z (over 1 year ago)
- Last Synced: 2025-02-17T09:14:49.070Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DáLivros
| | ||
|---------|---------|---------|
|  |  |  |
|  |  | |This project is a website for book searching that utilizes the Google Books API to retrieve books and enables users to mark books as favorites
I developed this project as a study on the use of Next.js with the /app structure, along with employing the useSWR library to fetch books from the Google Books API. Additionally, NextAuth.js was used for authentication with Google
Icons drawed by [Luana Góes](https://luanagoes.vercel.app) ✨
## Features
- Book search using the Google API with useSWR.
- Bookmarking and removal of books as favorites.
- Viewing the list of favorite books.
- Authentication with Google accounts using NextAuth.js.## Techs
- [Next.js](https://nextjs.org)
- [TypeScript](https://www.typescriptlang.org)
- [Tailwind CSS](https://tailwindcss.com)
- [useSWR](https://swr.vercel.app)
- [NextAuth.js](https://next-auth.js.org)## Run locally
1. Clone the repository.
2. Install the dependencies: npm install.
3. Configure authentication keys and secrets in .env file.
4. Start the development server: npm run dev.
5. Access the website at: http://localhost:3000.