Clone the repository:
git clone https://github.com/puneethkumar-v/exceptions-frontend.git
cd exceptions-frontend
npm install
npm start
Once you clone the project repository you will be working on the "main" branch, so create a new branch
git checkout -b newBranchName
Once you create a new branch, add all the new feature to be added to the project and once done push the changes as below(push to the branch you have created)
git push --set-upstream origin newBranchName
After you have pushed the changes to the branch open the repo on the browser and make a PR request using the GUI and wait for sometime as the other people to review the changes you have made and ensure that the changes are correct and they will pull the code to the main branch.
- Run the react app using vite
- Update the README.md file for contribution
- Installing the dependencies
- TailwindCss configurations
- DaisyUi Theme setup
-
Landing Page
- Home Banner
- About Us
- Events
- Group Evens
- Open Events
- Events Details Page
- Schedule Page
- Venue Map
- Contact Us
- Login
- Register
-
Participants
- Choose Team name and Event Type
- Add Team Members
- Payment Options
- Team Members View
- User Profile