Skip to content

Latest commit

 

History

History
88 lines (70 loc) · 2.87 KB

README.md

File metadata and controls

88 lines (70 loc) · 2.87 KB

Tattoo Studio React Project

This project was made as part of a course Full Stack Developer for GeeksHubs Academy.

Index 🔍

Assignment 📝

GeeksHub gave the following fictive assignment: to create the frontend part of the earlier created backend for a fictional tattoo studio. You can find the backend project here: TattooStudio_Backend

Users will be able to:

  • Register
  • Log in
  • Access and modify their profile
  • View a list of scheduled appointments and delete appointments
  • View the various services offered by the studio
  • Create new appointments

Besides there also has to be a view for admins to see and delete users.

Stack 💻

Local installation 🛠️

Backend

You can find the backend project here: TattooStudio_Backend

  1. Clone the repository $ git clone https://github.com/MandySpaan/GH_P4_TattooStudio_Backend
  2. Install dependencies $ npm install --y
  3. Start Express on the server $ npm run dev
  4. Run migrations $ npm run run-migrations

Frontend

  1. Clone the repository $ git clone https://github.com/MandySpaan/GH_P6_TattooStudio_Frontend
  2. Install dependencies $ npm install --y
  3. Start Express on the server $ npm run dev

Points of Improvement 💡

  • Improve overal design of the website
  • Improve responsive design
  • Improve error handling