Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 810 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 810 Bytes

Gardeofy

Frontend part of gardeofy project (Assignment 11)

Features

  1. Dynamic admin and consumer dashboard
  2. Dynamic Frontend site controlled by the admins
  3. Responsive and have been styled with Material-UI (dashboard) and Styled-Components (normal site)
  4. Modern React, React-Hooks and Optimized SPA website
  5. Separated Layout components for dashboard and normal site
  6. Secured secret variables with .env file

Installation

Install dependencies

yarn install

Run development server

yarn start

Test your application rendering

yarn test

Optimized production build

yarn build