A modern, responsive website for the Polar Research Organization built with React, TypeScript, and Tailwind CSS.
- Responsive design
- Modern UI components
- Interactive animations
- Contact form
- Donation system
- Project showcase
- React
- TypeScript
- Tailwind CSS
- Framer Motion
- Headless UI
- React Router
- Vite
- Clone the repository:
git clone https://github.com/yourusername/polar-research-website.git
- Install dependencies:
cd polar-research-website
npm install
- Start the development server:
npm run dev
- Build for production:
npm run build
src/
├── components/ # Reusable UI components
├── pages/ # Page components
├── assets/ # Static assets
├── App.tsx # Main application component
└── main.tsx # Application entry point
- Fork the repository
- 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
This project is licensed under the MIT License - see the LICENSE file for details.