Skip to content

Latest commit

 

History

History
83 lines (56 loc) · 1.92 KB

README.md

File metadata and controls

83 lines (56 loc) · 1.92 KB

book-reserve

This repository contains the front-end code for the book-reserve project, developed as part of my technological degree project. book-reserve is a React-based web application designed to facilitate the reservation of books.


Table of Contents


Overview

book-reserve is a web application aimed at simplifying the process of reserving books. It provides users with an intuitive interface to browse available books, view details, and make reservations.

Features

  • User Authentication: Users can create accounts and log in securely.
  • Book Browsing: Browse through a wide range of available books.
  • Book Details: View detailed information about each book, including title, author, and description.
  • Reservation System: Reserve books seamlessly with just a few clicks.
  • Responsive Design: Ensures a consistent user experience across different devices.

Installation

  1. Clone the repository:

    git clone https://github.com/Hanner004/vite-project.git
  2. Navigate to the project directory:

    cd book-reserve
  3. Install dependencies:

    npm install

Usage

  1. Start the development server:

    npm run dev
  2. Open your browser and navigate to http://localhost:3000.

  3. Begin exploring the book-reserve application.

Technologies Used

  • React
  • React Router
  • Axios
  • Bootstrap
  • Dayjs
  • Font Awesome
  • SweetAlert2
  • dotenv
  • ESLint
  • Prettier
  • Vite

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.