Welcome to the official website of CSI SRMIST, built using Next.js. This project is designed to provide information about the Computer Society of India (CSI) SRMIST chapter, its events, and its members.
To get started with this project, follow the instructions below.
Make sure you have the following installed:
- Node.js (version 14.x or later)
- Git
First, clone the repository:
git clone https://github.com/Parth308/csi.git
cd csi
Install the necessary dependencies:
npm install
Once the dependencies are installed, run the development server:
npm run dev
Open http://localhost:3000 to view the website in your browser.
- 🏠 Homepage: Overview of the club and its mission.
- 📅 Events: Information about upcoming and past events.
- 👥 Team: Meet the team and faculty behind CSI SRMIST.
- 📝 Join Us: Interested in joining CSI? Submit an application.
- 📱 Responsive Design: Optimized for mobile, tablet, and desktop.
- Next.js: React framework for server-side rendering and static site generation.
- Tailwind CSS: Utility-first CSS framework for styling.
- TypeScript: JavaScript with type definitions for enhanced development.
- Axios: Promise-based HTTP client for API requests.
We welcome contributions! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a pull request.
Please follow the code of conduct and ensure all changes pass tests and linters.
This project is licensed under the MIT License. See the LICENSE file for details.
👨💻 Made with ❤️ by CSI SRMIST Web Development Team.