The site is hosted on Vercel.
https://hippies-central-vert.vercel.app/
- Headless CMS with Prismic: Manages content efficiently through a user-friendly interface.
- Next.js Framework: Provides server-side rendering (SSR) and static site generation (SSG), enhancing performance and SEO.
- TypeScript: Enhances code quality and reduces runtime errors through static type checking.
- Tailwind CSS: Employs a utility-first approach for rapid, responsive UI development.
- SCSS/Sass: Extends CSS with features like variables, mixins, and nesting to improve maintainability.
- Tailwind Typography: Works seamlessly with Tailwind CSS to ensure consistent typography.
- Reusable Page Types: Allows the creation of multiple pages with similar layouts and functionality, enhancing content management efficiency.
- Prismic (Headless CMS)
- ESLint (Linter)
- Prettier (Code formatter)
- Slice Machine (Content modeling tool)
-
HomePage: The first reusable page type is ready, providing a foundation for the website's main content.
-
Case Study: The second reusable page type is also functional, allowing the creation of multiple case studies with a consistent structure. This reusability simplifies content management, as demonstrated by using the same case study page for Patagonia and Urban Oasis.
-
There are also lots of slices which can be reused , such as bento , showcase , and so on.
Only landing page and case study pages are ready [As this project was to showcase CMS usage]