/biblioteca-app-fronted

Simple library system with a book search function and categories, developed in React and styled with Tailwind CSS.

Primary LanguageJavaScript

📚 Simple Library System

Overview

A simple library system featuring a book search function and categorization, developed using React with Vite and styled with Tailwind CSS.

🌐 Live Demo

image

Check out the live demo here: https://biblioteca-app-fronted.vercel.app/


✨ Features

  • 🔍 Search Functionality: Easily find books with a user-friendly search bar.
  • 📂 Categorization: Browse books by categories for better navigation.
  • 📱 Responsive Design: Optimized for both desktop and mobile devices.
  • ⚡ Fast Performance: Powered by Vite for quick builds and hot module replacement.

🛠 Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js: v14 or higher
  • Package Manager: npm or yarn

💻 Installation Steps

Follow these steps to get your development environment set up:

  1. Clone the repository:
    git clone https://github.com/obed-tc/biblioteca-app-fronted
  2. Navigate to the project directory:
    cd biblioteca-app-fronted
  3. Install dependencies:
     npm install
    or
     yarn install
  4. Start the development server:
    npm run dev
    or
    yarn dev
  5. Open your browser and navigate to http://localhost:3000 to see the application in action.

🚀 Usage

  • Searching for Books: Use the search bar to find specific titles.
  • Exploring Categories: Browse through various categories to discover new books.
  • Customization: Feel free to modify styles using Tailwind CSS to suit your preferences.

🤝 Contributions

Contributions are welcome! If you'd like to contribute, please:

  • Clone the repository.
  • Create a pull request.
  • Open an issue for discussion.

⭐ Don't forget to star the repository if you find it useful!


📄 License

This project is licensed under the MIT License. See the LICENSE file for more details.


Developed with ❤️ by obed-tc