diff --git a/README.md b/README.md index 877fb545..80aadb5a 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,37 @@ -# Code-with-Google-Maps-2023 - Hack2skill -Welcome to the official repository for the Code-with-Google-Maps-2023 organized by Hack2skill! -## Getting Started - -To get started with the Code-with-Google-Maps-2023 repository, follow these steps: - -### Submission Instruction: - 1. Fork this repository - 2. Create a folder with your Team Name - 3. Upload all the code and necessary files in the created folder - 4. Upload a **README.md** file in your folder with the below mentioned informations. - 5. Generate a Pull Request with your Team Name. (Example: submission-XYZ_team) - -### README.md must consist of the following information: - -#### Team Name - -#### Problem Statement - -#### Team Leader Email - +#### Team Name - La Carta +#### Problem Statement - Addressing the need for safer, more enjoyable night-time experiences by enhancing navigation and safety for nightlife enthusiasts. +#### Team Leader Email - junateresmartin@gmail.com ### A Brief of the Prototype: - This section must include UML Diagrams and prototype description + The "AfterHours" mobile app prototype is about making your nightlife experience better and safer. It works with Google Maps and gives you personalized suggestions for parties and clubs based on what you like and what you've done before. It also tells you how crowded a place is in real-time so you can pick the best spot. If you're ever in trouble, it helps you call for help quickly. Plus, it helps you figure out how to get around at night with special bus routes and shows you well-lit paths. You won't have to hunt for a restroom or drinks because the app will help you find them easily. You can also share your thoughts and connect with others who like nightlife. Overall, it’s a perfect nightlife buddy, making sure everyone’s nights are fun, memorable, and safe. + ### Tech Stack: - List Down all technologies used to Build the prototype + HTML + CSS + JavaScript + Google Map JavaScript API + ### Step-by-Step Code Execution Instructions: - This Section must contain a set of instructions required to clone and run the prototype so that it can be tested and deeply analyzed + Step 1: Obtain API Keys + +Before you start, make sure you have valid API keys for the Google Maps JavaScript API and the Google Places API. You can obtain these keys from the Google Cloud Console. + +Step 2: Create HTML File + +Created an HTML file (index.html) + +Step 3: Create JavaScript File + +Create a JavaScript file ( main.js) with the JavaScript code that initializes the map, performs location searches, and displays map markers. + +Step 4: Create CSS File + +If you have specific styling requirements, create a CSS file (e.g., styles.css) and add your CSS rules to style the map and other elements as needed + ### Future Scope: - Write about the scalability and futuristic aspects of the prototype developed + The "AfterHours" prototype not only offers a dynamic nightlife experience in the present but is also strategically poised for scalability and future innovation. With a flexible and adaptable architecture, it can effortlessly accommodate a growing user base and emerging technologies, ensuring that it remains a pioneering and indispensable nightlife companion for years to come. diff --git a/index.html b/index.html new file mode 100644 index 00000000..59932da6 --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ + + +
+