diff --git a/README.md b/README.md index da58eb7..92dd7ee 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,20 @@ -![React Wheater App](https://rqueiroz.netlify.com/static/wheater-app-29cd5c82f63410c764df72d33b9c6c93.jpg) - -# React Whater App - -A Wheater Web App build with React and Wheater API +# React Weather Web App ## Live demo -[Click here](https://romantic-gates-0ddd40.netlify.com/) +See a live demo [here](https://react-weather-web-app.surge.sh/) ## Build With -* HTML5 -* CSS3 -* Javascript * React +* React Hooks +* Yarn +* create-react-app +* OpenWeather Api +* SweetAlert 2 * Axios -* [Weather API](https://openweathermap.org/api) +* Bootstrap 5 -## How to Install +## How to install ``` yarn @@ -29,7 +27,7 @@ Development server: yarn start ``` -Build +Build: ``` yarn build ``` diff --git a/package.json b/package.json index f4064ab..e271d05 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,11 @@ "version": "0.1.0", "private": true, "dependencies": { - "@testing-library/jest-dom": "^4.2.4", - "@testing-library/react": "^9.3.2", - "@testing-library/user-event": "^7.1.2", - "axios": "^0.19.2", + "axios": "^0.21.1", "react": "^16.12.0", "react-dom": "^16.12.0", - "react-scripts": "3.4.0" + "react-scripts": "3.4.0", + "sweetalert2": "^10.12.6" }, "scripts": { "start": "react-scripts start", diff --git a/public/icon-192x192.png b/public/icon-192x192.png new file mode 100644 index 0000000..6ceeaa2 Binary files /dev/null and b/public/icon-192x192.png differ diff --git a/public/icon-256x256.png b/public/icon-256x256.png new file mode 100644 index 0000000..e82bc8a Binary files /dev/null and b/public/icon-256x256.png differ diff --git a/public/icon-384x384.png b/public/icon-384x384.png new file mode 100644 index 0000000..ea37c87 Binary files /dev/null and b/public/icon-384x384.png differ diff --git a/public/icon-512x512.png b/public/icon-512x512.png new file mode 100644 index 0000000..f80b5c5 Binary files /dev/null and b/public/icon-512x512.png differ diff --git a/public/index.html b/public/index.html index aa069f2..b6202a8 100644 --- a/public/index.html +++ b/public/index.html @@ -1,21 +1,19 @@ -
- - - - - - - - - -