Minders is a modern web application built with React, showcasing a platform for creative artists and professionals. This frontend-only project demonstrates a sleek design and interactive user interface for a community-focused art and creativity platform.
- Responsive Design using Tailwind CSS
- Interactive Components like carousel and accordion
- Custom Routing with React Router
- Gradient Text and Button Effects
- Smooth Sliding with Swiper.js integration
Ensure you have the following tools:
- Clone the repository:
git clone https://github.com/your-username/minders.git
- Navigate to the project directory:
cd minders
- Install the dependencies:
npm install
- Start the development server:
npm start
This will start the application on
http://localhost:3000
. - Create a production build:
npm run build
/src
: Source code/components
: Reusable React components/pages
: Page components/routes
: Routing configuration/public
: Static assets and HTML template
- React.js
- React Router
- Tailwind CSS
- Swiper.js
We welcome contributions! Please check the issues page for open issues and feature requests.
This project is open source and available under the MIT License.