Skip to content

mehrshaad/React-DigitalLibrary

Repository files navigation

Digital Library (React + Vite)

This project formed a enlightening part of the React + Redux course offered by Milad Azimi on the Botostart.ir platform, which provided valuable insights into the intricacies of React and Redux.

The main goal of this project is to develop a simple Digital Library using React and Vite.

Features:

  • View all books
  • Add books to favorites
  • Remove a book from favorites
  • Search for books
  • Fully responsive

Feel free to check it out on:
mehrshaad.github.io/React-DigitalLibrary

Launching the project locally

To launch the project locally, you need to follow these steps:

1. Clone the repository

Open your terminal or command prompt. Navigate to the directory where you want to clone the repository. Run the following command to clone the repository:

git clone <https://github.com/mehrshaad/React-DigitalLibrary.git>

2. Navigate to the project directory

After cloning the repository, navigate to the project directory using the following command:

cd React-DigitalLibrary

3. Install dependencies

The project has dependencies that need to be installed. You will need to run the following command:

npm install

4. Launch the project

Once the dependencies are installed, you can run the project locally. Enter the following command to run the project:

npm run dev

After running the project, it should be accessible in your web browser. The terminal should provide information on the local URL or port where the project is running (e.g., http://localhost:3000).


Ali Dadashzadeh © Summer 2024