Skip to content

richagupta114/conference-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Enviroment Setup

Install Instructions:

  • NodeJS:

    • Download node from the official website
    • Can be any version (preferrably v18.16.0)
  • pnpm:

    • Windows: Run powershell as administrator and run iwr https://get.pnpm.io/install.ps1 -useb | iex
    • Linux: Open terminal and run curl -fsSL https://get.pnpm.io/install.sh | sh -

Tech Stack

  • ReactJS
  • Vanilla CSS along with flexbox

Workflow

  • Pushing to the main branch is disabled.
  • All changes must be made through a pull request.
  • All pull requests created by you should be should be for the dev branch only.

About

registration page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 53.8%
  • JavaScript 45.4%
  • HTML 0.8%