-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example #1 - Create a Example App using Gibwork APIs #1
Comments
Bullish |
Hi, Can you assign this task to me? |
Hello @gib-work I want to ask, do you mean creating something like API Playground or Real website where user create and explore tasks? 😅 |
@Patrick-Ehimen Hi |
Gibwork API Integration Example ApplicationOverviewThis PR adds a sample application demonstrating integration with Gibwork APIs. The application serves as a reference implementation for developers looking to integrate Gibwork APIs into their own projects. Live Link of Example AppThis is Home PageThis is the page where users can see the tasks. They can see the tags, submission deadline, paid amount.In this page users can create Tasks. Here is a demo of the creating Task.Here is the Created Task showing in the Gibwork official website.Here is the video, how to use the example app.GibworkDemo.mp4 |
We need an example application that demonstrates how to interact with the Gibwork APIs. This application should serve as a reference for developers looking to use the Gibwork APIs in their projects. The app must be fully functional, buildable, and runnable without any issues.
The UI should call endpoint:
/tasks/public/transaction
endpoint to create a Task.The UI should display the Task that was created using the endpoint
/explore
Documentation for APIs can be found at. https://gibwork.readme.io/reference/taskscontrollergettaskbyid
The text was updated successfully, but these errors were encountered: