Website: uilex.vercel.app
UIlex has been built to make life easier for developers and to give back to the community. Often, developers, including myself, face challenges when searching through previous projects to find components that can be reused. With UIlex, you can add your reusable components for both yourself and the rest of the community. You can make meaningful contributions and get featured on UIlex. As our slogan states, this platform is meant to be by you and for you.
- JavaScript
- React
- Vite
- Shadcn
- Tailwind CSS
Contributions are most welcome to UIlex! For further details on how to contribute, please refer to CONTRIBUTING.md. To install the project, please follow these steps:
-
Fork the repository: Click on the "Fork" button at the top right of the repository page on GitHub to create a personal copy of the repository.
-
Clone the repository:
git clone https://github.com/yourusername/uilex.git
-
Navigate to the project directory:
cd uilex
-
Install dependencies:
npm install
-
Run the development server:
npm run dev