This repository contains the code for the Coders Cup 24 Web Application, built to facilitate the registration process for the competition. The app saw remarkable success, with over 2,500 users, 9,900 views, and 900 registrations consisting of 2-3 team members.
- Enhanced Security: Integrated Google Captcha V2 for robust DDoS protection and overall security enhancement.
- Secure API Requests: Implemented Axios to safeguard against XSS and CSRF vulnerabilities, ensuring secure data exchanges.
- Engaging Animations: Utilized Framer Motion and GSAP to create captivating animations, enhancing the overall user experience.
- Optimized Performance: Leveraged cloud services for optimized asset delivery, resulting in faster load times.
- Scalability: Deployed the application on Azure, ensuring scalability and reliability for thousands of concurrent users.
- Streamlined Development: Established a CI/CD pipeline to automate testing, deployment, and ensure code quality.
- SEO Optimization: Enhanced the app’s SEO, achieving top rankings for competitive keywords like “Coders Cup,” “Coders Cup ACM,” and “Coders Cup Fast.”
- Effective Collaboration: Worked efficiently with the team using Git/GitHub for version control, ensuring smooth integration of features.
- Real-time Notifications: Implemented React Toaster to provide immediate feedback to users based on their actions.
- Cross-Browser Compatibility: Thoroughly tested the application on multiple browsers to ensure a consistent and seamless experience.
- Frontend: React.js
- Backend: Node.js with Express
- Deployment: Azure Cloud
- Animations: Framer Motion, GSAP
- Security: Google Captcha V2, Axios (for API security)
- CI/CD: GitHub Actions for automated testing and deployment
To run the project locally:
-
Clone the repository:
git clone https://github.com/sunnyallana/acm-nuces-web-app.git
-
Navigate into the project directory:
cd acm-nuces-web-app
-
Install the dependencies:
For the frontend (React app):
cd client npm install
For the backend (Node.js app):
cd server npm install
-
Set up environment variables:
Create a
.env
file in both theclient
andserver
directories. Example variables to include:REACT_APP_API_URL=<your-api-url> GOOGLE_RECAPTCHA_SITE_KEY=<your-site-key> GOOGLE_RECAPTCHA_SECRET_KEY=<your-secret-key>
-
Run the project:
For the frontend (React):
cd client npm start
For the backend (Node.js):
cd server npm start
The app will be running locally at http://localhost:3000
(or any other port configured in your environment).
This project is deployed on Azure for scalability and optimal performance. You can find the live application at:
Coders Cup 24 Web App
- Fork this repository.
- Create a new branch (
git checkout -b feature-xyz
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-xyz
). - Open a Pull Request.
Distributed under the MIT License. See LICENSE
for more information.
- Coders Cup Team: Special thanks to the entire team for their contributions.
- Google Captcha V2: For added security.
- Framer Motion and GSAP: For the awesome animations.
- React and Node.js: For providing the tools to build a seamless web experience.
- Azure: For reliable cloud services and deployment.