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.
- Programming Language ┈➤ JavaScript
- JavaScript Library? ┈➤ ReactJs
- Styling ┈➤ TailwindCss
- State Managment ┈➤ Tanstck Query
- Form validation ┈➤ React-Hook-Form
- BackEnd ┈➤ Python - django
- 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
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