https://github.com/masoumehmohebbi/progressive-react-library-app
Progressive Library application created with React.js ,TailwindCss And django.
https://github.com/masoumehmohebbi/progressive-react-library-app
progressive-web-app progressive-web-applications pwa pwa-apps pwa-reactjs reactjs reactjs-pwa tailwindcss
Last synced: 5 months ago
JSON representation
Progressive Library application created with React.js ,TailwindCss And django.
- Host: GitHub
- URL: https://github.com/masoumehmohebbi/progressive-react-library-app
- Owner: masoumehmohebbi
- Created: 2024-02-26T04:08:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-09T10:25:33.000Z (about 1 year ago)
- Last Synced: 2025-06-09T10:33:09.835Z (about 1 year ago)
- Topics: progressive-web-app, progressive-web-applications, pwa, pwa-apps, pwa-reactjs, reactjs, reactjs-pwa, tailwindcss
- Language: TypeScript
- Homepage: https://progressive-library-app.netlify.app/
- Size: 1.67 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Progressive library app 🏛️💻📖
The library-App is for registering books. Which makes it easier to manage your books to know what books you have read, what books you are going to read, how many books you have and even search your books.

🏗️ Built with
- Programming Language ┈➤ JavaScript
- JavaScript Library? ┈➤ ReactJs
- Styling ┈➤ TailwindCss
- State Managment ┈➤ Tanstck Query
- Form validation ┈➤ React-Hook-Form
- BackEnd ┈➤ Python - django
📦 Used Packages
- axios
- React-hook-form ➡ Verify Form
- React-select ➡ Select Option
- Tippy ➡ Nice Tooltip
- react-hot-toast ➡ Pretty Toast
- react-lazy-load-image-component
- react-loader-spinner
- react-otp-input
- universal-cookie
⛓ Links
🤝 Contribution
BackEnd 🐍
🛠 Development setup
1. First, you need to clone the project:
```
git clone https://github.com/masoumehmohebbi/progressive-react-library-app
```
2. Then, install required packages:
```
npm i
```
3. Finally, run the dev script to start the dev server:
```
npm run dev
```