Skip to content

JavaScript React Frontend Project - Website for a fictional tattoo studio

Notifications You must be signed in to change notification settings

MandySpaan/TattooStudio_Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JavaScript React Frontend Project - Website for a fictional tattoo studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published