This is the GitHub repository for the Google Developer Student Club (GDSC) website. The website is built using Next.js and Tailwind CSS, and serves as a platform for sharing information about the club's activities, events, and resources.
- Footer section needs improvement.
- Font and color uniformity needs to be addressed.
- Testimonial section responsiveness needs to be fixed.
- Vector images need to be updated.
To get a local copy up and running, follow these steps:
- Clone the repository:
git clone https://github.com/DSC-JainUniversity/gdsc-website.git
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to http://localhost:3000 to see the website.
Contributions are welcome! To contribute, please follow these steps:
- Fork the repository
- Create a new branch for your feature or bug fix
- Make your changes and commit them with descriptive commit messages
- Push your changes to your fork
- Create a pull request
This project is licensed under the MIT License - see the LICENSE file for details.