HTTP error 401 for prompt `slogan`
Developed with the software and tools below.
HTTP error 401 for prompt overview
HTTP error 401 for prompt features
└── URJAA-/
├── README.md
├── _redirects
├── android-chrome-192x192.png
├── android-chrome-512x512.png
├── apple-touch-icon.png
├── browserconfig.xml
├── favicon-16x16.png
├── favicon-32x32.png
├── favicon.ico
├── index.html
├── manifest.json
├── mstile-150x150.png
├── package-lock.json
├── package.json
├── robots.txt
├── site.webmanifest
├── src
│ ├── App.jsx
│ ├── assets
│ │ ├── Events
│ │ │ ├── BlindCoding.png
│ │ │ ├── Blogathon.png
│ │ │ ├── BotBusters.png
│ │ │ ├── CadCompetiton.png
│ │ │ ├── CodeBuddies.png
│ │ │ ├── DraicPlayground.png
│ │ │ ├── FlyHigh.png
│ │ │ ├── GamingZone.png
│ │ │ ├── Hackathon.png
│ │ │ ├── HopSites.png
│ │ │ ├── KeynoteSession.png
│ │ │ ├── Khoj.png
│ │ │ ├── MaskedCoding.png
│ │ │ ├── MurderMystery.png
│ │ │ ├── ReadandType.png
│ │ │ ├── RelayRacing.png
│ │ │ ├── RoboRace.png
│ │ │ ├── RoboSoccer.png
│ │ │ ├── ShotOnQuiz.png
│ │ │ ├── SpaceExpo.png
│ │ │ ├── SpeedTypers.png
│ │ │ ├── SpinningRival.png
│ │ │ ├── SupercarShow.png
│ │ │ ├── TreasureHunt.png
│ │ │ ├── TremblingTower.png
│ │ │ ├── Web3.png
│ │ │ ├── WhatsApp Image 2024-03-16 at 23.40.38.jpeg
│ │ │ └── quiz.png
│ │ ├── Logo.png
│ │ ├── backGround.svg
│ │ ├── cross.svg
│ │ ├── eventsData.js
│ │ ├── grabbits.png
│ │ ├── grabby.png
│ │ ├── sample.jpeg
│ │ └── whatsapp.svg
│ ├── components
│ │ ├── About
│ │ │ ├── About.jsx
│ │ │ ├── About.module.css
│ │ │ └── about.svg
│ │ ├── Contact
│ │ │ ├── Contact.jsx
│ │ │ └── Contact.module.css
│ │ ├── ContactUs
│ │ │ ├── ContactUs.jsx
│ │ │ ├── ContactUs.module.css
│ │ │ └── backGround.svg
│ │ ├── EventSection
│ │ │ ├── EventSection.jsx
│ │ │ ├── EventSection.module.css
│ │ │ └── event.svg
│ │ ├── Faq
│ │ │ ├── Faq.jsx
│ │ │ └── Faq.module.css
│ │ ├── Footer
│ │ │ ├── Footer.jsx
│ │ │ └── Footer.module.css
│ │ ├── Hero
│ │ │ ├── Hero.jsx
│ │ │ ├── Hero.module.css
│ │ │ ├── Hero.svg
│ │ │ ├── Quantum.otf
│ │ │ ├── hero.png
│ │ │ └── text.svg
│ │ ├── Hidden
│ │ │ ├── Hidden.jsx
│ │ │ ├── Hidden.module.css
│ │ │ └── backGround.svg
│ │ ├── MainEvents
│ │ │ ├── MainEvents.jsx
│ │ │ ├── MainEvents.module.css
│ │ │ └── backGround.svg
│ │ ├── Navbar
│ │ │ ├── Navbar.jsx
│ │ │ └── Navbar.module.css
│ │ ├── NotFound
│ │ │ ├── NotFound.jsx
│ │ │ └── NotFound.module.css
│ │ ├── SingleEventPage
│ │ │ ├── SingleEventPage.jsx
│ │ │ ├── SingleEventPage.module.css
│ │ │ └── backGround.svg
│ │ └── common
│ │ ├── Button
│ │ │ ├── Button.jsx
│ │ │ └── Button.module.css
│ │ ├── ButtonG
│ │ │ ├── ButtonG.jsx
│ │ │ └── ButtonG.module.css
│ │ ├── EventCard
│ │ │ ├── EventCard.jsx
│ │ │ └── EventCard.module.css
│ │ ├── Input
│ │ │ ├── Input.jsx
│ │ │ └── Input.module.css
│ │ ├── Loading
│ │ │ ├── Loading.jsx
│ │ │ └── Loading.module.css
│ │ ├── Popup
│ │ │ ├── Popup.jsx
│ │ │ └── Popup.module.css
│ │ └── Register
│ │ ├── Register.jsx
│ │ ├── Register.module.css
│ │ └── backGround.svg
│ ├── index.css
│ ├── index.jsx
│ └── pages
│ ├── AboutPage.jsx
│ ├── AboutPage.module.css
│ ├── Homepage.jsx
│ ├── Leaderboard.jsx
│ └── Leaderboard.module.css
└── vite.config.js
.
src
| File |
Summary |
| App.jsx |
HTTP error 401 for prompt src/App.jsx |
| index.jsx |
HTTP error 401 for prompt src/index.jsx |
| index.css |
HTTP error 401 for prompt src/index.css |
src.pages
src.components.Hidden
| File |
Summary |
| Hidden.jsx |
HTTP error 401 for prompt src/components/Hidden/Hidden.jsx |
| Hidden.module.css |
HTTP error 401 for prompt src/components/Hidden/Hidden.module.css |
src.components.Faq
| File |
Summary |
| Faq.jsx |
HTTP error 401 for prompt src/components/Faq/Faq.jsx |
| Faq.module.css |
HTTP error 401 for prompt src/components/Faq/Faq.module.css |
src.components.Navbar
| File |
Summary |
| Navbar.module.css |
HTTP error 401 for prompt src/components/Navbar/Navbar.module.css |
| Navbar.jsx |
HTTP error 401 for prompt src/components/Navbar/Navbar.jsx |
src.components.MainEvents
| File |
Summary |
| MainEvents.module.css |
HTTP error 401 for prompt src/components/MainEvents/MainEvents.module.css |
| MainEvents.jsx |
HTTP error 401 for prompt src/components/MainEvents/MainEvents.jsx |
src.components.ContactUs
| File |
Summary |
| ContactUs.jsx |
HTTP error 401 for prompt src/components/ContactUs/ContactUs.jsx |
| ContactUs.module.css |
HTTP error 401 for prompt src/components/ContactUs/ContactUs.module.css |
src.components.EventSection
| File |
Summary |
| EventSection.module.css |
HTTP error 401 for prompt src/components/EventSection/EventSection.module.css |
| EventSection.jsx |
HTTP error 401 for prompt src/components/EventSection/EventSection.jsx |
src.components.About
| File |
Summary |
| About.module.css |
HTTP error 401 for prompt src/components/About/About.module.css |
| About.jsx |
HTTP error 401 for prompt src/components/About/About.jsx |
src.components.Hero
| File |
Summary |
| Hero.jsx |
HTTP error 401 for prompt src/components/Hero/Hero.jsx |
| Hero.module.css |
HTTP error 401 for prompt src/components/Hero/Hero.module.css |
src.components.common.Loading
| File |
Summary |
| Loading.jsx |
HTTP error 401 for prompt src/components/common/Loading/Loading.jsx |
| Loading.module.css |
HTTP error 401 for prompt src/components/common/Loading/Loading.module.css |
src.components.common.EventCard
| File |
Summary |
| EventCard.module.css |
HTTP error 401 for prompt src/components/common/EventCard/EventCard.module.css |
| EventCard.jsx |
HTTP error 401 for prompt src/components/common/EventCard/EventCard.jsx |
src.components.common.Button
| File |
Summary |
| Button.module.css |
HTTP error 401 for prompt src/components/common/Button/Button.module.css |
| Button.jsx |
HTTP error 401 for prompt src/components/common/Button/Button.jsx |
src.components.common.ButtonG
| File |
Summary |
| ButtonG.module.css |
HTTP error 401 for prompt src/components/common/ButtonG/ButtonG.module.css |
| ButtonG.jsx |
HTTP error 401 for prompt src/components/common/ButtonG/ButtonG.jsx |
src.components.common.Input
| File |
Summary |
| Input.jsx |
HTTP error 401 for prompt src/components/common/Input/Input.jsx |
| Input.module.css |
HTTP error 401 for prompt src/components/common/Input/Input.module.css |
src.components.common.Popup
| File |
Summary |
| Popup.module.css |
HTTP error 401 for prompt src/components/common/Popup/Popup.module.css |
| Popup.jsx |
HTTP error 401 for prompt src/components/common/Popup/Popup.jsx |
src.components.common.Register
| File |
Summary |
| Register.jsx |
HTTP error 401 for prompt src/components/common/Register/Register.jsx |
| Register.module.css |
HTTP error 401 for prompt src/components/common/Register/Register.module.css |
src.components.SingleEventPage
src.components.NotFound
| File |
Summary |
| NotFound.module.css |
HTTP error 401 for prompt src/components/NotFound/NotFound.module.css |
| NotFound.jsx |
HTTP error 401 for prompt src/components/NotFound/NotFound.jsx |
src.components.Footer
| File |
Summary |
| Footer.module.css |
HTTP error 401 for prompt src/components/Footer/Footer.module.css |
| Footer.jsx |
HTTP error 401 for prompt src/components/Footer/Footer.jsx |
src.components.Contact
| File |
Summary |
| Contact.module.css |
HTTP error 401 for prompt src/components/Contact/Contact.module.css |
| Contact.jsx |
HTTP error 401 for prompt src/components/Contact/Contact.jsx |
Requirements
Ensure you have the following dependencies installed on your system:
- JavaScript:
version x.y.z
- Clone the URJAA- repository:
git clone https://github.com/Craniace/URJAA-
- Change to the project directory:
- Install the dependencies:
Use the following command to run URJAA-:
To execute tests, run:
Contributions are welcome! Here are several ways you can contribute:
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your GitHub account.
- Clone Locally: Clone the forked repository to your local machine using a Git client.
git clone https://github.com/Craniace/URJAA-
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to GitHub: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
Once your PR is reviewed and approved, it will be merged into the main branch.
@Yash Rasniya
Return