Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karl-horning/web-programming-with-python-and-javascript-project0
LDN is a web project that provides recommendations for the top places to visit in London. With four distinct pages, it covers everything from must-visit museums to essential transportation information.
https://github.com/karl-horning/web-programming-with-python-and-javascript-project0
cs50 project
Last synced: about 3 hours ago
JSON representation
LDN is a web project that provides recommendations for the top places to visit in London. With four distinct pages, it covers everything from must-visit museums to essential transportation information.
- Host: GitHub
- URL: https://github.com/karl-horning/web-programming-with-python-and-javascript-project0
- Owner: Karl-Horning
- License: mit
- Created: 2018-08-24T17:01:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T11:41:43.000Z (11 months ago)
- Last Synced: 2023-12-28T23:34:40.505Z (11 months ago)
- Topics: cs50, project
- Language: HTML
- Homepage:
- Size: 93.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CS50 Web Programming with Python and JavaScript: Project 0: LDN - London Exploration Guide
Welcome to LDN, your ultimate guide to exploring the best of London!
![LDN Page Preview](./src/img/ldn-preview.gif "LDN Page Preview")
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Demo](#demo)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Acknowledgments](#acknowledgments)
- [Author](#author)## Description
LDN is a web project that provides recommendations for the top places to visit in London. With four distinct pages, it covers everything from must-visit museums to essential transportation information.
## Features
- Four different HTML pages: `index.html`, `about.html`, `links.html`, and `contact.html`.
- Seamless navigation with hyperlinks in the navbar.
- Use of lists, tables, and images for an engaging user experience.
- Mobile-responsive design with Bootstrap 4 and custom styling.
- SCSS for maintainable and organized stylesheets.
- Interactive maps and detailed information for museums and transportation.## Demo
Unfortunately, the demo is no longer available.
## Installation
To run this project locally, follow these steps:
1. Clone the repository: `git clone https://github.com/Karl-Horning/web-programming-with-python-and-javaScript-project0.git`
2. Navigate to the project directory: `cd web-programming-with-python-and-javaScript-project0`
3. Open `index.html` in your preferred web browser.## Usage
Navigate through the pages using the navbar to discover the rich offerings of LDN. Check out museum details, transportation options, and more.
## Contributing
Contributions are welcome! Follow these guidelines:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make changes and ensure the project still works.
4. Create a pull request with a clear description of your changes.## License
This project is licensed under the [MIT License](LICENSE).
## Acknowledgments
Special thanks to [CSS Tricks](https://css-tricks.com/), [W3Schools](https://www.w3schools.com/), and Stack Overflow for valuable insights and solutions.
## Author
Karl Horning: [GitHub](https://github.com/Karl-Horning/) | [LinkedIn](https://www.linkedin.com/in/karl-horning/) | [CodePen](https://codepen.io/karlhorning)