Amdec Website

screenshot of Amdec Website
gatsby
react
bulma
scss

This project and webpage are no longer actively maintained. The repo has been archived for reference.

Overview

Diving into web development can be quite daunting, but having the right tools can make all the difference. With the Gatsby blog boilerplate as your starting point, you can kick off your project swiftly and efficiently. This starter kit is designed to streamline your setup for building a modern React application, allowing you to focus on creating engaging content rather than getting lost in configurations. With a blend of speed and simplicity, Gatsby brings your ideas to life with minimal fuss.

By using the Gatsby CLI, you can promptly set up a new blog site and step right into the code editing phase. With instant feedback on your changes and a well-structured project directory, you have everything you need to get started on your journey of building a dynamic and responsive blog.

Features

  • Fast Setup: Quickly create a new Gatsby site by using the Gatsby CLI, allowing for a smooth start to development.
  • Real-Time Updates: Make edits in your code, and see those changes immediately reflected in the browser without any manual refresh.
  • Efficient Project Structure: Organized directories and files such as src, node_modules, and configuration files make managing your project straightforward.
  • Customizable Configuration: The gatsby-config.js file allows you to personalize metadata and include the necessary plugins to enhance your site.
  • Built-in Tools: Access to a GraphQL interface on localhost for experimenting with and querying your site's data conveniently.
  • Version Control Ready: A .gitignore file prevents unnecessary files from cluttering your version history, ensuring a clean repository.
  • Consistent Code Formatting: Pre-configured files like .prettierrc help maintain uniformity in your coding style, making collaboration easier.
  • Documentation Included: The README.md file serves as a helpful guide, providing essential information and guidance as you build your blog.
gatsby
Gatsby

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
React

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

bulma
Bulma

Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

graphql
Graphql

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.

prismjs
Prism JS

PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.