Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
affancoder authored Nov 17, 2023
1 parent c855887 commit 42529e5
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 72 deletions.
77 changes: 5 additions & 72 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,75 +1,8 @@
# React + Vite

# WeatherApp Project

Project Summary:

I've developed a sleek and user-friendly weather app using React, integrating real-time data from a reliable weather API. The app provides accurate and up-to-date weather information, allowing users to effortlessly check forecasts, current conditions, and more. The intuitive design ensures a seamless user experience, making it easy for anyone to stay informed about the weather with just a few clicks.


## Deployment

I have deployed my project in netlify


## Authors

- [@affancoder](https://github.com/affancoder)


## API Reference

website: open weatherapp


## Run Locally

Clone the project

```bash
git clone https://link-to-project
```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run start
```


## 🚀 About Me
👋 Hi, I’m @affancoder (MD Affan Asghar)

👀 I’m interested in coding.

🌱 I’m currently Full Stack Web developer & Java Programmer.

💞️ I'm looking to collaborate on exciting and innovative projects that align with my skills and interests.


## 🔗 Links
[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://affancoder.github.io/Portfolio_Website/)

Email: affanasgar8@gmail.com

LinkedIn: https://www.linkedin.com/in/mdaffanasghar/

Instagram: https://www.instagram.com/mr_affan15/

GitHub: https://github.com/affancoder
## Feedback

If you have any feedback, please reach out to us at affanasgar8@gmail.com
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
26 changes: 26 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 42529e5

Please sign in to comment.