Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geekelo/losangeles-mountains-website
An SPA website built for mountain lovers to display the history of the losangeles mountains and mountain climbing schedules.
https://github.com/geekelo/losangeles-mountains-website
css-animations css-flexbox css-grid css3 htm5 javascript
Last synced: about 1 month ago
JSON representation
An SPA website built for mountain lovers to display the history of the losangeles mountains and mountain climbing schedules.
- Host: GitHub
- URL: https://github.com/geekelo/losangeles-mountains-website
- Owner: geekelo
- Created: 2023-09-07T11:45:39.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-24T19:41:30.000Z (11 months ago)
- Last Synced: 2024-10-06T03:48:06.497Z (about 1 month ago)
- Topics: css-animations, css-flexbox, css-grid, css3, htm5, javascript
- Language: JavaScript
- Homepage: https://geekelo.github.io/losangeles-mountains-website/
- Size: 5.91 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 LMW Webpage ](#-lmw-webpage-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Setup ](#setup-)
- [Prerequisites ](#prerequisites-)
- [Install ](#install-)
- [Usage ](#usage-)
- [Run Tests ](#run-tests-)
- [Deployment ](#deployment-)
- [👥 Authors ](#-authors-)
- [🤝 Contributing ](#-contributing-)
- [Future Features ](#future-features-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**LMW** is an innovative and user-friendly web application designed to provide residents and visitors of Los Angeles with a comprehensive and interactive experience related to the stunning mountain ranges that surround the city. This application serves as a valuable resource for exploring, enjoying, and staying informed about the Los Angeles mountains.
Head to the LIVE DEMO SECTIOON for Live links and presentationsHTML
CSS | BootStrap
JavaScript
- **Mobile Friendly** : this website performs well on a mobile device like a phone or tablet.
- **Desktop Friendly**: this website is responsive to desktop screen sizes.
- **Simple and Attractive Design** : the UI / UX is engaging and appealing.
- **Functional** : this website is accessible, easy to navigate, and helpful for users.
- **Animations and transitions : This website has engaging transitions and animations that makes it easier to use, smoother and more natural.
> View the live demo of this project by clicking the text below.
- [See Live Demo](https://geekelo.github.io/losangeles-mountains-website/index.html)
To get a local copy up and running, follow these steps.
> Clone the repository
```
git clone https://github.com/geekelo/losangeles-mountains-website.git
```
> And you are ready to begin your project
### Setup
This project contains
An HTML FILE (free to edit) - file that contains html codes to give structure to the main webpage
A CSS FILE (free to edit) - file that contains css codes to style the webpage
A GIT IGNORE FILE (free to edit) - to hide personal or private files
HTML/CSS LINTER FILES (should not edit) - Do not make changes
A JAVASCRIPT FILE (free to edit) - that handles functionalities and dynamic HTML
### Prerequisites
> You should have Node and Git Installed
> You should have basic knowledge on HTML / CSS / JavaScript
> You should have a code editor
> Download install [VSCODE](https://code.visualstudio.com/) and [Git](https://git-scm.com/)
> To install linters, execute the following commands:
```
Initialize npm | ``` npminit -y ```
HTML | ``` npm install --save-dev [email protected] ```
CSS | ```npm install --save-dev [email protected] [email protected] [email protected] [email protected] ```
```
### Usage
To run the linters, execute the following command and fix linter errors:
```
HTML | ``` npx hint . ```
CSS | ```npx stylelint "**/*.{css,scss}" ```
If you get a flood of errors keep in mind that linters guide you in writing a clean code!
```
### Run Tests
You can run this program on your browser
You can deploy this project using the following procedure:
- Pick the right hosting provider.
- Choose the tool and method to upload your website.
- Upload files to your website.
- Move the website files to the main root folder.
- Import your database.
- Check if your website works worldwide.
👤 **Eloghene Otiede**
- GitHub: [@geekelo](https://github.com/geekelo)
- Twitter: [@Geekelo_xyz](https://twitter.com/Geekelo_xyz)
- LinkedIn: [LinkedIn](https://linkedin.com/in/eloghene-otiede)
- [See Documentation of Author's inputs](./Documentation/Geekelo-input.md)
You can offer Contributions, submit an [issue](../../issues/), and make a feature request.
- Add pop up modals
- Add the contact form
- Add more content pages
> Please give a ⭐️ to support this project
> I would like to thank COALITION TECHNOLOGIES for inspiring this project
> Original design idea by [COALITION TECHNOLOGIES.](https://www.figma.com/file/x5M29C6yMIMASOW9rQNDxt/Untitled?type=design&node-id=0%3A1&mode=design&t=HNnz5DrIZ1UvKtRd-1)
This project is [MIT](./MIT.md) licensed.