/hair-salon

The Hair Salon Website features a home page, pricing page, and contact page for a fictional salon. It provides an overview of services, pricing information, and a means to get in touch.

Primary LanguageTypeScript

Hair Salon

The Hair Salon Website is a web development project featuring a home page, pricing page, and contact page for a fictional hair salon. The home page provides an overview of the salon's offerings, while the pricing page displays detailed information about services and costs. The contact page allows visitors to easily get in touch with the salon for appointments or inquiries.

Live website

Project Goals

The primary objective of this project was to gain familiarity with new technologies and frameworks such as Next.js, Tailwind CSS, React Server Components, and Contenful CMS. By developing this quick website, I aimed to understand the strengths, weaknesses, and best practices associated with these technologies. This hands-on experience would enable me to confidently utilize them in future, larger-scale projects.

Technologies Used

  • Next JS - was used for it's SSR capabilities and because of it's strong market presence
  • Tailwind - was used because of it's quick development time and ease of use, without having to learn an alternative paradigm to CSS
  • Contentful CMS - was used for it's ease of use
  • Maintine Carousel - for the team members carousel
  • Tanstack Table - for the pricing table
  • Formik - for the contact form
  • Yup - for contact form validation

Licence

MIT License

Copyright (c) 2023 Ivo Mujo

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.