PPT ABOUT A NATIONAL LEVEL HACKATHON CALLED CODEFUREY
sangeethamvc79
23 views
6 slides
Oct 15, 2024
Slide 1 of 6
1
2
3
4
5
6
About This Presentation
SOME RANDOM PPT ABOUT A HACKATHON
Size: 1.49 MB
Language: en
Added: Oct 15, 2024
Slides: 6 pages
Slide Content
Innovate. Compete. Conquer!
PIXELS SafeHarbour Team Members : VIBHA V MURADI VASUNDHARA CHAKRAPANI SREE RATHNA LEGI
SafeHarbor is a disaster preparedness application that provides real-time weather updates, disaster information, and an AIChatbot for user assistance. It utilizes various APIs, including Gemini API, Weather API, Location Decoder API, and News API, to deliver a comprehensive user experience
KEY FEATURES UPDATES about recent news in the searched location Provision to contribute to any global disaster through food, money and shelter-contacts are provided Emergency contacts for immediate help are visible in the main page AI Chabot for immediate assistance if stuck in a disaster Responsive design which is compatible to mobiles as well as large screens
TECH - STACK Frontend: React HTML CSS Backend: Node.js APIs Integrated: Gemini API Weather API Location Decoder API News API
APPLICATION: To get started with the SafeHarbor application, follow these steps : Clone the Repository git clone < repository- url > 2 . Navigate to the frontend Directory cd frontend 3 . Install Frontend Dependencies npm install 4. Navigate to the backend Directory cd backend 5. Install Backend Dependencies npm install 6. Run the Backend Server npm run dev 7. Navigate Back to the frontend Directory cd frontend 8. Run the Frontend Server npm start