Introducing 'THE NERD 🥸' an online web application to store all your favourite book and their relevant information. Keep a link stored in the database to go to the page of the e-commerce website to so that you can buy the book. Not only that, write and share blogs about reading books and share your experience
Add and View Books : Add your favourite books by mentioning details about it and let other users view it.
Pick a genre : Choose from a variety of genre of books.
Personalized experience : Log in/Sign up to get a personalized experience.
Dedicated Profile-Section : Specially designed profile(me) section to keep a track of your own contributions to the community like books added or blogs posted,
Blogging Feature : Write and share blogs about your own reading experience of reading books.
To get a copy of the code and start working on this project locally, you'll need to clone the repository. Follow these steps:
-
Open a terminal or command prompt on your computer.
-
Navigate to the directory where you want to clone the project. You can do this by using the
cd
command. For example:cd /path/to/your/directory
-
Clone the repo by running this command.
git clone https://github.com/abir499-ban/Book-Directory-System.git
-
Navigate to the folder where you have cloned the project.
cd book-directory
-
Create your own branch.
git checkout branch-name
-
Start the application.
npm start