Skip to content

front-endrepo-syntax-sculptors created by GitHub Classroom

Notifications You must be signed in to change notification settings

denderange/taskgenie-client

 
 

Repository files navigation

TaskGenie is a versatile service aggregator platform where users can list their needs and find task opportunities. Think of it as a marketplace similar to Airtasker but with a broader range of services and functionalities.

Visit the live version: TaskGenie Client

Technologies Used

  • Frontend: React.js, Material-UI, JavaScript
  • Backend: TaskGenie API

Features

  • Dynamic Task Listings: Users can list their tasks or needs dynamically on the platform.
  • Service Discovery: TaskGenie matches users with service providers based on their listed needs and available services.
  • User Dashboard: Personalized dashboard for users to manage their tasks and interactions.

Getting Started

To run the TaskGenie client locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/taskgenie-client.git
    cd taskgenie-client
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and visit http://localhost:3000 to see the application running.

Contributing

Contributions are welcome! Here's how you can contribute to the project:

  • Fork the repository
  • Create your feature branch (git checkout -b feature/YourFeature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin feature/YourFeature)
  • Create a new Pull Request

Please follow our Code of Conduct and Contributing Guidelines while contributing to this project.

License

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

Acknowledgements


About

front-endrepo-syntax-sculptors created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Other 0.7%