Skip to content

Repository files navigation

Baheer Project

A modern React web application built with Vite, featuring a responsive design with Tailwind CSS and dark mode support.

Features

  • React 19: Utilizing the latest React version for optimal performance
  • Vite 6: Fast build tool with hot module replacement
  • React Router 7: Seamless navigation between components
  • Tailwind CSS 4: Utility-first CSS framework for responsive design
  • Dark Mode: Built-in theme switching functionality
  • Component Structure: Organized component-based architecture

Project Structure

baheer/
├── public/            # Public assets
├── src/               # Source files
│   ├── components/    # React components
│   │   ├── Footer.jsx
│   │   ├── Navbar.jsx
│   │   └── Routes.jsx
│   ├── App.css        # App-specific styles
│   ├── App.jsx        # Main application component
│   ├── index.css      # Global styles
│   └── index.jsx      # Application entry point
├── CHANGELOG.md       # Track all changes to the project
└── ...config files    # Various configuration files

Getting Started

  1. Clone the repository:

    git clone <repository-url>
    cd baheer
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Build for production:

    npm run build
  5. Preview the production build:

    npm run preview

Technologies Used

  • React: JavaScript library for building user interfaces
  • Vite: Next generation frontend tooling
  • React Router: Declarative routing for React applications
  • Tailwind CSS: Utility-first CSS framework
  • ESLint: JavaScript linting utility

Development

  • Customize theme settings in the App component
  • Extend navigation in the Navbar component
  • Add new routes in the Routes component

Changelog

For a detailed list of changes and version history, please refer to the CHANGELOG.md file.

License

This project is licensed under the MIT License.

About

A Web Search Engine

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages