Skip to content

mdsiaofficial/cpccu

 
 

Repository files navigation

Project - 9: CPCCU Club Portal

Competitive Programming Camp City University - CPCCU

Live View

Committee Info

Figma Design

Content

Desktop

image

Laptop

image

Mobile

image

Mobile with navigation

image

project work init commands for newbies

npm install

npm install -D tailwindcss postcss autoprefixer

npx tailwindcss init -p

npm run dev

git commands for newbies

Add you all changes:

git add .

Commit your changes with a message :

git commit -m "write what you changes here"

Push you changes to branch:

git push -u origin <branch-name>

About

Project - 9: CPCCU Club Portal https://cpccu.club/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • Other 1.2%