Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adithej/book-craft

Admin panel for online books using open-library api
https://github.com/adithej/book-craft

appwrite appwrite-auth reactjs

Last synced: 15 days ago
JSON representation

Admin panel for online books using open-library api

Awesome Lists containing this project

README

        

# BookCraft build with React + Vite

## Register Page

![RegisterPageBK](https://github.com/Adithej/book-craft/assets/32978688/6b4db240-d646-4ffc-af21-0a7f3eb0cc98)

## Login Page

![LoginPageBk](https://github.com/Adithej/book-craft/assets/32978688/065fb7b7-7f15-4421-af8e-4ccef378849c)

## Admin Page

![AdminPageBK](https://github.com/Adithej/book-craft/assets/32978688/9fe0cfc3-0d27-423c-b69b-a093a570f184)

## Auth build using AppWrite and hosted at Vercel

Checkout the app at :

- [book-craft.vercel.app](https://book-craft.vercel.app/)

## Getting Started

First, run the development server:

```bash
add the dependencies: npm install
npm run dev
# or
yarn dev
# or
pnpm dev
```