shivah12 / Spacer

A website for space details with specific attention to Earth

Home Page:https://spacer-five.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spacer

Description:

  • Created using ReactJs along with Tailwind CSS and implementing Material UI for icons.
  • Enhanced the design responsiveness to have a better user experience by 60%.

To use it:

  • Clone the repository:
  • git clone repo_link
    
  • To install Node modules:
  • npm i install
    

    To install the used tech stack

    Tailwind CSS

    npm install tailwindcss postcss autoprefixer
    npx tailwindcss init -p
    

    This will create two files: tailwind.config.js and postcss.config.js.

    Material UI

    npm install @mui/icons-material
    

    To initialise a vite project

    npm create vite@latest
    

    To run the local server

    npm run dev
    

About

A website for space details with specific attention to Earth

https://spacer-five.vercel.app

License:MIT License


Languages

Language:JavaScript 95.7%Language:CSS 2.8%Language:HTML 1.5%