A freelance project to revamp the website of Tokio Ramen - a local ramen shop; created with GatsbyJS & Contentful
The Tokio Ramen Official Website is a front-end website created using GatsbyJS. It has been developed and maintained for the past three years to support the local ramen restaurant located in Boynton Beach, Florida. The website prioritizes performance and utilizes Contenful for accessible data via GraphQL.
The Tokio Ramen Official Website is a front-end website built using GatsbyJS and ReactJS. It utilizes Contenful for accessible data retrieval through GraphQL. The website features various functionalities and packages, including JavaScript for interactivity, Tailwind CSS for styling, and npm packages like Framer-Motion, dotenv, and Getform.io. To install the website, NodeJS and Gatsby CLI need to be set up, and the required dependencies need to be installed.
GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Contentful is a headless content management system (CMS) that provides a flexible and scalable platform for creating, managing, and delivering digital content across multiple channels and devices.
Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.
A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.