creating account (not for Experts yet, only for customers), loggin in, posting a job, a job list, sending proposal for a job (from Expert side), accepting a proposal, deleting a job, you can see a list of jobs and proposals in your account.
More functionality is in the plans:
registering as an Expert, editing account information, messaging between expert and customer, reviews and rating after the job is done, editing job details, seeing a list of specialists by categories, profiles of Experts, payments, etc etc
Frontend and Backend are deployed and you can check the project at https://sound-experts.vercel.app/
This is a simple react/redux/jwt template to start a project quickly
- Create a new project based on this template using the
Use this template
button
- Clone the app
git clone [email protected]:YOUR_GITHUB_NAME/YOUR_PROJECT_NAME.git
- cd into your project
cd YOUR_PROJECT_NAME
- install dependencies
npm install
- Start development server with npm start
npm start