Skip to content

esadakman/reactjs-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Objective

Build a Weather App with using ReactJS.

Description

  • Project aims to create a Weather App.

  • Remake of the javaScript Weather App with React

  • Project aims to display current weather data of searched city around the world with fetching Weather Api data.

Project Link

You can reach my project from here ! 👈

Built With

  • HTML
  • CSS
  • JS
  • ReactJS
  • Axios

Project Skeleton

random-user-react (folder)
|
|----readme.md
SOLUTION
├── public
│     ├── favicon.ico
│     ├── index.html
│     └── robots.txt
├── src
│    └── components
│    │       ├── Footer.jsx
│    │       ├── Header.jsx
│    │       ├── Main.jsx
│    │       └── WeatherCard.jsx
│    │
│    ├── App.js
│    ├── App.css
│    ├── İndex.css
│    └── index.js
├── package.json
└── yarn.lock
└── readme.md

Installation

To run this project, install it locally using npm or yarn:

$ git clone https://github.com/esadakman/reactjs-weather-app.git
$ cd react-weather-app/
$ npm install / yarn
$ npm start / yarn start

Preview of the Project

weather

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published