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.
- 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
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