OutsourceNow is the frontend for a freelancing firm's platform, built using Vite for fast development and seamless user experience. The platform helps connect businesses with freelancers to get projects done efficiently.
- Responsive Design: Works on all devices for an optimal user experience.
- Modern UI: Clean and professional design tailored to freelancing workflows.
- Fast and Lightweight: Built with Vite for blazing-fast performance.
- Customizable Components: Easy to adapt to the firm's branding and requirements.
- Framework: React
- Build Tool: Vite
- Styling: Tailwind CSS, Font Awesome, Tailwind CSS-Motion
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/GurnishS/Outsource-Now.git cd Outsource-Now -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Build for production:
npm run build
-
Preview the production build:
npm run preview
-
Access the application: Open your browser and go to
http://localhost:5173.
/frontend/src/
├── assets/ # Images and static files
├── components/ # Reusable UI components
├── pages/ # Main pages of the application
├── App.jsx # Root component
├── main.jsx # Entry point for the app
└── index.html # Main HTML template
Contributions are welcome! If you'd like to contribute:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m "Add your feature description" - Push the branch:
git push origin feature/YourFeature
- Open a pull request for review.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or support, please contact gurnishsinghsangha@gmail.com.





