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: 7 months ago
JSON representation
Admin panel for online books using open-library api
- Host: GitHub
- URL: https://github.com/adithej/book-craft
- Owner: adithej
- Created: 2024-05-22T16:53:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-23T08:10:41.000Z (over 1 year ago)
- Last Synced: 2025-07-19T22:20:45.175Z (7 months ago)
- Topics: appwrite, appwrite-auth, reactjs
- Language: JavaScript
- Homepage: https://book-craft.vercel.app
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BookCraft build with React + Vite
## Register Page

## Login Page

## Admin Page

## 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
```