This project is a freelance job board system that allows clients to post job offers and freelancers to apply for them. The system is built using Python and stores data using JSON files instead of a database.
Key Features:
User Authentication: Clients and freelancers can sign up and log in.
Job Posting: Clients can create job listings with a title and description.
Job Applications: Freelancers can view available jobs and send requests.
Client Management: Clients can review freelancer applications and accept/reject them.
Notification System: Freelancers receive status updates on their applications.