Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.15 KB

File metadata and controls

68 lines (45 loc) · 1.15 KB

Library Manager

Table of Contents

Project Overview

The Library Manager allows you to add, delete, and update a book.

website screenshot

Demo

  • Live demo:

Technologies Used

The project utilizes the following technologies and features:

  • HTML5
  • CSS3
  • JavaScript
  • React
  • Node.js
  • Express
  • Pug
  • SQL

How to Use

  1. Clone the repository:

First, you'll need to clone this repository to your local machine. Open your terminal and run the following command:

git clone https://github.com/mf-dlcz/Library-Manager.git
  1. Navigate to the Project Folder:

Change your working directory to the newly cloned project folder:

 cd client
  1. Run Dependencies:

Run npm dependencies:

npm install
  1. Run Project:

Run project:

npm start

This command will launch a development server, and you'll be able to view the website locally in your web browser.