In this project, I built a weather forecast site using the OpenWeatherMap API.
Here I applied DOM manipulation by dynamically rendering the website using JavaScript, Modules, and Webpack.
You can try it here.
- HTML5,
- CSS3,
- SASS,
- Stylelint,
- Eslint,
- JavaScript,
- NPM,
- Webpack,
- Visual Studio Code
To get a local copy up and running follow these simple example steps.
Before you continue, be sure that you have installed:
- A Git GUI.
- An Integrated Development Environment.
- Npm.
To run the project:
- Clone the repository with Git.
- Open it with your IDE.
- Install the dependencies.
npm install
- Run the website.
npm run start
- It displays the temperature in two different formats.
- The style colors change depending on if it is day or night.
- It shows a message if the user tries to make a search with the input field empty or if it could not find the city.
Rossiel Carranza
- Github: @RossielCS
- Linkedin: Rossiel Carranza
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
- Fork this repository.
- Create a branch: git checkout -b <branch_name>
- Make your changes and commit them: git commit -m '<commit_message>'
- Push to the original branch: git push origin <project_name>/
- Create the pull request.
Give an ⭐️ if you like this project!
This project is MIT licensed.