Skip to content

CrnaStrela94/thebooklib

Repository files navigation

The Book Lib

Welcome to "The Book Lib", a library management system built with Next.js, styled using Tailwind CSS, and managed with Redux. This project was created by Luka.A.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you begin, ensure you have met the following requirements:

Installation

Execute the following steps to get started with the project:

  1. Clone the repository: git clone https://github.com/CrnaStrela94/thebooklib.git

  2. Navigate to the project directory: cd thebooklib

  3. Install the dependencies:

Using npm: npm install

Or using yarn: yarn install

Running the Application

Start the development server:

Using npm: npm run dev Using yarn:yarn dev

Viewing the Application

Open http://localhost:3000 with your web browser to see the result.