NovelNest is an online book store application.
- User authentication with JWT
- Book management (add, edit, delete, view)
- Search and filter books
- Responsive design using Tailwind CSS
- Node.js (v14 or later)
- npm (v6 or later)
- MongoDB (local or Atlas)
-
Navigate to the root directory of the project:
cd .. -
Install the frontend dependencies:
yarn install
-
Start the frontend development server:
yarn dev:hot
-
Open your browser and visit
http://localhost:5173to view the application.
- Register a new account or log in with existing credentials.
- Add, edit, or delete books in your collection.
- Search for books by title, author, or genre.
- Filter books by condition and availability status.
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.
This project is licensed under the ISC License. See the LICENSE file for details.