Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robinbenitezmora/capstone3
https://github.com/robinbenitezmora/capstone3
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/robinbenitezmora/capstone3
- Owner: robinbenitezmora
- License: mit
- Created: 2022-10-07T02:06:24.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-10-10T11:52:54.000Z (about 2 years ago)
- Last Synced: 2024-12-20T18:12:58.130Z (19 days ago)
- Language: JavaScript
- Size: 368 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Capstone Project (Weather App)
>
> This is a capstone project for the Microverse JavaScript module. The project is a weather app that allows users to search for the weather in any city in the world. The app uses the OpenWeatherMap API to fetch the weather data. The app is built with JavaScript, HTML, and CSS.
## Built With- React
- Redux
- JavaScript
- HTML
- CSS## 💻 Live demo
- [Live Demo Link](https://moonlit-queijadas-da638a.netlify.app/)DEMO VIDEO LINK
(https://www.loom.com/share/fce0b56024694121b917ef986110b10e)## Getting Started
If you want to clone this project:
- Go to GitHub repository
- Click on the green button that say 'Code'
- Copy the SSH link
- On your local machine, type the command git clone and paste the SSH link### Prerequisites
- Code editor
- Knowledge in HTML
- Knowledge in CSS
- Knowledge in JavaScript
- Knowledge in React
- Knowledge in Redux
- Handle on local repository Git### Setup
- Clone the repository
- Change directory into the project folder
- Install dependencies
- Open project with text editor to view changes
- Run the code using [live server](https://www.google.com/search?client=safari&rls=en&q=live+server&ie=UTF-8&oe=UTF-8)### Install
Clone this repository (you must have [Git Installed](https://github.com/git-guides/install-git))`git clone [email protected]:robinbenitezmora/capstone3.git`
Then, move to the newly created folder `capstone3` using this command
`cd capstone3`
Then, install dependencies using this command
Then, install dependencies using this command
To open the project in Visual Studio Code type the following command inside the _books_with_es6_ folder
`code .`
In order to visualize the project in your browser either open the index.html file directly from the file explorer or consider using a [live server for development ](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
## Authors
👤 **Robin Benitez Mora**
- GitHub: [@robinbenitezmora](https://github.com/robinbenitezmora)
- Twitter: [@Mecanico_Robin](https://twitter.com/mecanico_robin)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/robin-benitez-mora-manizales)## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
-I thank Microverse for its documentation, and my mentor, David Verde for his support, guidance and patient by sharing his large knowledge.
## 📝 License
This project is [MIT](./MIT.md) licensed.