Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

CGS-IITKGP/cgsiitkgp.org

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published