Skip to content

emerymastering/sound-experts-frontend

Repository files navigation

Project is in an early stage with some functionality working:

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/

Frontend template

This is a simple react/redux/jwt template to start a project quickly

Table of contents:

SETUP How to use this template

  1. Create a new project based on this template using the Use this template button

HOW_TO_USE

  1. Clone the app
git clone [email protected]:YOUR_GITHUB_NAME/YOUR_PROJECT_NAME.git
  1. cd into your project
cd YOUR_PROJECT_NAME
  1. install dependencies
npm install
  1. Start development server with npm start
npm start