Skip to content

Latest commit

 

History

History
83 lines (72 loc) · 1.85 KB

README.md

File metadata and controls

83 lines (72 loc) · 1.85 KB

Orbitz

A responsive website of a solar system to visualize and simulate the Orbitz in 2D!

Strategies

  • CSS Flexbox
  • CSS Grid
  • Geometry sizing with (%)
  • Animation using Framer Motion
  • CSS (Fixed / Absolute) Positions

Techonologies

reactjs nextjs tailwindcss typescript javascript html5 css3

Screenshots

Desktop screenshot Desktop screenshot

Demo

Install all the project dependencies.

  npm install

Run the development server.

  npm run dev