This repository contains the source code for the International Conference on Pharmaceutical Innovations & Spirit webpage. The page highlights key details about the annual techno-pharma conclave, its schedule, and registration process.
- React: Frontend framework for building the webpage.
- Tailwind CSS: For responsive and modern styling.
- React Icons & Lucide React: To display bio-pharma-related icons.
- Clone the Repository:
git clone https://github.com/shashankiitbhu/spirit25.git cd spirit25
- Install Dependencies: Make sure you have node.js installed, then run:
npm install
- Start the Development Server
npm start
The application will open at http://localhost:3000.
Contributions are welcome! If you'd like to contribute:
- Fork the repository.
- Create a feature branch (git checkout -b feature-name).
- Commit your changes (git commit -m "Add feature-name").
- Push to the branch (git push origin feature-name).
- Open a Pull Request.