Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielangelo1/bookify
CRUD system for managing books and authors
https://github.com/danielangelo1/bookify
context-api radix-ui react react-hook-form styled-components typescript yup
Last synced: 17 days ago
JSON representation
CRUD system for managing books and authors
- Host: GitHub
- URL: https://github.com/danielangelo1/bookify
- Owner: danielangelo1
- Created: 2024-08-23T18:08:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T11:55:34.000Z (3 months ago)
- Last Synced: 2024-10-10T17:22:00.836Z (about 1 month ago)
- Topics: context-api, radix-ui, react, react-hook-form, styled-components, typescript, yup
- Language: TypeScript
- Homepage: https://bookify-nine-theta.vercel.app/
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookify
![GitHub repo size](https://img.shields.io/github/repo-size/danielangelo1/bookify?style=for-the-badge)
![GitHub language count](https://img.shields.io/github/languages/count/danielangelo1/bookify?style=for-the-badge)
![GitHub forks](https://img.shields.io/github/forks/danielangelo1/bookify?style=for-the-badge)> Projeto de um sistema de gerenciamento de livros e autores.
# Link do projeto
[Bookify](https://bookify-nine-theta.vercel.app/)
## Tecnologias utilizadas
- [TypeScript](https://www.typescriptlang.org/)
- [React](https://pt-br.reactjs.org/)
- [Context API](https://pt-br.reactjs.org/docs/context.html)
- [Styled Components](https://styled-components.com/)
- [Radix UI](https://www.radix-ui.com/)
- [React Toastify](https://fkhadra.github.io/react-toastify/introduction)
- [React Hook Form](https://react-hook-form.com/)
- [Yup](https://www.npmjs.com/package/yup)## 🚀 Instalando
Para instalar o Bookify, siga estas etapas:
```
git clone https://github.com/danielangelo1/bookify
``````
cd bookify
``````
npm install
``````
npm run dev```