Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adithej/book-craft
- Owner: adithej
- Created: 2024-05-22T16:53:24.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-23T08:10:41.000Z (7 months ago)
- Last Synced: 2024-12-07T13:04:11.815Z (18 days 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
![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
```