Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shivah12/spacer

A website for space details with specific attention to Earth
https://github.com/shivah12/spacer

material-ui react-landing-page reactjs tailwindcss vitest

Last synced: 12 days ago
JSON representation

A website for space details with specific attention to Earth

Awesome Lists containing this project

README

        

# 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
    ```