Skip to content

Jahirul83/DecorDash-client

Repository files navigation

DecorDash

Installation

For running the project locally. after cloning Use the package manager npm to install .

npm install

And Then

npm run dev

Live Link

Live Link: Link

A brief description of the design choices and any libraries used.

This project utilizes a combination of libraries to achieve a balance between flexibility, pre-built components, and animation:

  1. ReactJS: As the core library, ReactJS provides a component-based approach for building user interfaces. This allows for modularity, reusability, and easier maintenance of the codebase.

  2. Tailwind CSS: This utility-first CSS framework offers a vast collection of pre-defined classes for styling elements. It promotes rapid development by eliminating the need to write extensive custom CSS. Tailwind allows for granular control over responsiveness and design properties.

  3. DaisyUI: Built on top of Tailwind CSS, DaisyUI is a component library that provides pre-built UI components like buttons, forms, cards, and navigation. This saves development time by offering ready-made, customizable components with a consistent design language.

This combination of ReactJS, Tailwind CSS and DaisyUI offers:

Flexibility: Tailwind's utility classes and React's component-based approach allow for a high degree of design customization. Efficiency: Pre-built components from DaisyUI accelerate development and ensure design consistency.

Releases

No releases published

Packages

 
 
 

Contributors