Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 947 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 947 Bytes

CoinSynch

A landing page and dashboard built using micro frontends with Astro.js, React.js, TypeScript, Styled-components, and Tailwind CSS as a challenge for a position at EduSynch.

Features

  • Micro frontends
  • Landing page built with Astro.js
  • Use of SSR with Astro.js
  • Use of API Routes with Astro.js
  • Dashboard built with React.js and Tailwind CSS
  • Use of Radix UI Dialog and Popover primitives
  • Forms built using React Hook Form with Zod
  • Implementation of fluid typography and fluid spacing with CSS variables
  • Use of Embla Carousel

Screenshots

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/mutheusalmeida/coinsynch

Go to the project directory

  cd coinsynch

Install dependencies

  yarn

Start the server

  yarn dev

Authors