Book Club is a web application for users to store a collection of books they've read and receive recommendations for future books.
##Installation
- Install Node.js Installation with the link https://nodejs.org/en/download/package-manager (This includes npm)
- Clone this repository to your local machine using: git clone https://github.com/Book-Recommender/frontend
- Navigate to the project directory: cd frontend
- Install the required dependencies: npm install
- Start the development server: npm run start (This will launch the app in a new tab in your browser)