Project Update – Frontend Integration Completed
Frontend integration is now complete(FEW PAGES successfully).
CSS styling has not been addressed yet, all pages are currently built using plain React (JSX).
Few frontend -> backend, backend -> frontend API integrations have been tested directly from the UI and are working as expected
Implemented Features:
Authentication(
User login
User registration
)
Client Side(
Create new tasks
View all tasks
View top freelancer suggestions
Assign tasks to freelancers
)
Freelancer Side(
View assigned tasks
Accept or reject assigned tasks
)
All features are secured using JWT protected routes
Most of the time went into debugging integration issues, fixed around 15–20 bugs between frontend and backend… classic full stack experience HAHA!!