Lendlit Bookstore App
A web application named Lendlit, designed to facilitate book lovers in buying, selling, lending, and borrowing books. The app provides a platform for book enthusiasts to explore, share, and connect through the magic of literature.
- Buy and sell books
- Lend and borrow books
- Explore a diverse collection of genres
- User-friendly interface
- Search and discover new books
- Track your book inventory and transactions
- Next.js
- React
- React Icons (for icons)
- Tailwind CSS (for styling)
- TypeScript
- ShadCn
- Node.js
- npm or yarn
-
Clone the repository.
git clone https://github.com/sfsajid91/lendlit.git
-
Install dependencies.
cd lendlit npm install
or
cd lendlit yarn
-
Run the application.
npm run dev
-
Open your browser and navigate to http://localhost:3000.
- Explore the bookstore
- Buy, sell, lend, or borrow books
- Special thanks to ShadCn for the ui.
- Many thanks to Tapas Adhikary for the tutorial on which this project is based.