Hampi Tourism site: React, Gatsby, Node, GraphQL, Contentful CMS, Formspree,
Hampi Tourism site is a blog site designed to provide information and insights about the Hampi tourist destination in India. It utilizes various technologies such as JavaScript, React for frontend development, Gatsby as a static site generator, and Node.js for backend support. The site also incorporates Contentful CMS for storing images and posts, Formspree for sending emails, and GraphQL for querying data from Contentful CMS.
The Hampi Tourism site is a comprehensive blog site that serves as a valuable resource for tourists interested in visiting Hampi in India. It utilizes various technologies and features an interactive demo, detailed information about Hampi, top tourist spots, a blog, photo gallery, and contact form. The installation process involves cloning the repository, installing dependencies, and configuring Contentful CMS API keys. Overall, the Hampi Tourism site offers a user-friendly and informative experience for potential visitors to Hampi.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
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
Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.