Skip to content

imGurnish/Outsource-Now

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

OutsourceNow

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.


Features

  • 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.

Tech Stack

  • Framework: React
  • Build Tool: Vite
  • Styling: Tailwind CSS, Font Awesome, Tailwind CSS-Motion

Getting Started

Follow these steps to set up the project locally:

  1. Clone the repository:

    git clone https://github.com/GurnishS/Outsource-Now.git
    cd Outsource-Now
  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
  6. Access the application: Open your browser and go to http://localhost:5173.


Project Structure

/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

Contributing

Contributions are welcome! If you'd like to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature:
    git checkout -b feature/YourFeature
  3. Commit your changes:
    git commit -m "Add your feature description"
  4. Push the branch:
    git push origin feature/YourFeature
  5. Open a pull request for review.

Screenshots

Screenshot from 2025-01-27 18-42-44

Screenshot from 2025-01-27 18-42-52

Screenshot from 2025-01-27 18-43-20

Screenshot from 2025-01-27 18-43-33

Screenshot from 2025-01-27 18-43-41

Screenshot from 2025-01-27 18-43-47


License

This project is licensed under the MIT License. See the LICENSE file for details.


Contact

For any inquiries or support, please contact gurnishsinghsangha@gmail.com.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors