Skip to content

comconToukir/tech-maintenance-service-client

Repository files navigation

Tech Maintenance Service


It is a project about a personal service provided by a single person

Project features

Services

  • In the Services page you can select a service.
  • From the service cards you can view the details.
  • In service details you can see the service price, rating, reviews etc.
  • to add review for the course you will have to be logged in.

Blog

  • In the blog page there are some web development related questions and their answers.

Login and Sign Up page

  • You can sign in with a valid email and password.
  • You can also sign in using google account.

Header

  • There are links to various routes of the website.
  • Some options like add service or my reviews will show only if logged in

Add a service

  • You can add service with a name, image, price and description
  • Image is uploaded directly to cloudinary

Others

  • There is an error page to redirect to if an error occurs.
  • There is also a loader spinner to indicate data loading.

Installed Packages

  • react (Base)
  • react-router-dom
  • react-query (Fetch and cache data)
  • axios (To make XMLHttpRequests from the browser)
  • firebase (As authentication provider)
  • tailwindcss (CSS framework)
  • daisyui (ui component library using tailwind)
  • postcss
  • autoprefixer
  • react-hook-form (For form validation and form state management)
  • react-hot-toast (notification toast)
  • react-icons
  • react-loader-spinner
  • react-intersection-observer(To animate component when in viewport)
  • react-helmet (To update document title)

Additional

  • Clone the project. Go to project directory.
  • In the project directory, you can run:

yarn install

yarn start

Open http://localhost:3000 to view it in your browser.