This is a SPA project that is built using two APIs. Users can check the continent, country, and city of their choice and get the weather of that city. This project is built using React, Redux, and Webpack.
- Programming Language: JavaScript
- Framework: React
- Library: Redux
- Linter: ESLint
- Code Editor: VS Code
- Testing Framework: Jest
- API: Countries and Cities
- API: Weather
- Styling: Bootstrap
- Deployment: Netlify
- Project Screenshots
To get a local copy up and running follow these simple example steps.
1- Clone the repository in your local machine:
$ git clone [email protected]:ahzamir/weather-condition-app.git
2- Go to the repository folder of weather-condition-app in your command prompt:
$ cd weather-condition-app
3- You might need to install dependecies with:
$ yarn install
OR
$ npm install
4- Go to command line and run the command below for the live server:
$ yarn start
OR
$ npm start
- A web browser like Google Chrome.
- A code editor like Visual Studio Code.
- A terminal to run the code.
- Npm installed on your computer.
- Yarn installed on your computer.
- Git installed on your computer.
You can check if Git is installed by running the following command in the terminal.
$ git --version
To check if node is installed, kindly run this command in the terminal.
$ node --version
To check if yarn is installed, kindly run this command in the terminal.
$ yarn --version
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Original design idea by Nelson Sakwa on Behance
Give a ⭐️ if you like this project!
- Microverse
- Code Reviewers
- Coding Partners
This project is MIT licensed.