Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```