š A modern and responsive website built with React and Tailwind CSS for the NERIST Conf. 2025. Explore the future of AI and Digital Transformation with a premium user experience.
src/
āāā components/ # Reusable UI components (Navbar, Footer, Layout)
āāā pages/ # Page-specific components (Homepage, About, Speakers, etc.)
āāā assets/ # Images, logos, and other static assets
āāā styles/ # Global CSS and any custom styles
āāā App.jsx # Main application component
āāā main.jsx # Entry point of the application
āāā ...
## āļø Setup Instructions:
1. Clone the repository:
```bash
git clone https://github.com/AjitKumarRoy/nerist-conference.git
```
2. Navigate to the project directory:
```bash
cd conference-website
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm run dev
```
5. Open your browser and visit `http://localhost:5173` (or the port specified in your terminal).
## š¤ Contributions:
Contributions are welcome! Please feel free to submit pull requests with improvements, bug fixes, or new features.