Skip to content

Anastasia-front/go-green

Repository files navigation

GoGreen website created on React + TypeScript + Vite

This is beautiful website for lovers of beautiful design and plants deploy in Netlify Status

Table of Contents

Project overview

With its help, the GoGreen company provides information about its services, as well as provides an opportunity for people to communicate with the agency and cooperate with the company.

Technologies and libraries used

The project was implemented using the following technologies and libraries:

Vite.js Typescript SassReact React-dom React-router-dom React-responsive

Screenshots

home page about page (1) about page (2) services page (1) services page (2) blog page (1) blog page (2) blog page (3) contact page

Default documentation of Vite.js

General information

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
   parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
   },
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list