Unite Wings Educational Confederation is a modern, responsive website designed to empower the next generation of leaders. Built with cutting-edge web technologies, this platform serves as a hub for students, volunteers, and trainers to connect, learn, and grow together.
- 🎨 Modern UI/UX - Clean, intuitive design with smooth animations
- 📱 Fully Responsive - Optimized for all devices and screen sizes
- ⚡ Lightning Fast - Built with Next.js for optimal performance
- 🎯 SEO Optimized - Better visibility and reach
- ♿ Accessible - WCAG compliant for inclusive user experience
Follow these steps to get the project running locally on your machine.
Make sure you have Node.js installed (version 16.x or higher recommended).
node --version-
Clone the repository
git clone https://github.com/saksham-joshi/Unite-Wings.git cd Unite-Wings -
Install dependencies
npm install
-
Run the development server
npm run dev
-
Open your browser
Navigate to http://localhost:3000 to view the application.
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Build for production |
npm start |
Start production server |
npm run lint |
Run ESLint |
| Technology | Purpose | Version |
|---|---|---|
| React Framework | Latest | |
| Type Safety | Latest | |
| Styling | Latest | |
| Markup | 5 | |
| Styling | 3 |
Unite-Wings/
├── public/ # Static files
├── src/
│ ├── app/ # Next.js app directory
│ ├── components/ # React components
│ ├── styles/ # Global styles
│ └── lib/ # Utility functions
├── .eslintrc.json # ESLint configuration
├── next.config.js # Next.js configuration
├── tailwind.config.js # Tailwind configuration
├── tsconfig.json # TypeScript configuration
└── package.json # Project dependencies
- [✔️] Initial website launch
- [✔️] Responsive design implementation
- [ ] User authentication system
- [ ] Interactive dashboard
- [ ] Blog section
- [ ] Event management system
- [ ] Newsletter integration
See the open issues for a full list of proposed features and known issues.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Next.js Documentation
- Tailwind CSS
- TypeScript
- Vercel for hosting
⭐ Star this repository if you find it helpful!
Made with 🩵 by Saksham Joshi
