An improved UI redesign and front-end clone of the original The Vulture Network, India's first cloud-based digital portal dedicated to the conservation of globally threatened vultures.
This project is a visual enhancement and structural clone of the original platform (launched in Assam by We Foundation India and Gauhati University). It aims to raise awareness about the ecological crisis facing India's vulture populations, highlighting the dangers of NSAID poisoning and shrinking habitats.
- Species Directory: Detailed overview of all 9 species of vultures native to India (e.g., Slender-billed, White-Rumped, Red-Headed).
- Conservation Awareness: Educational sections outlining the current ecological crisis, including toxic food sources and habitat loss.
- Modern UI: Clean, responsive front-end redesign built for an improved user experience.
- Frontend: HTML5, CSS3, EJS
- Backend Framework: Express.js (Node.js)
- Deployment: Vercel
Ensure you have Node.js installed on your local machine.
- Clone the repository:
git clone [https://github.com/kunalkakati/The-Vultures-Network.git](https://github.com/kunalkakati/The-Vultures-Network.git)
- Navigate to the project directory:
cd The-Vultures-Network - Install the dependencies:
npm install
- Start the local server:
node index.js
- Open your browser and navigate to http://localhost:3000 (or the port configured in your environment).