This project is a simple app to know your actual weather and the next 30 days.
The project use these techs:
- Antd for the components of the interface https://ant.design/docs/react/introduce
- The data for de project come from https://openweathermap.org/
- The state management is provided from redux https://redux-toolkit.js.org/
- The routing of the page is provided from react router https://reactrouter.com/en/main
- This project was bootstrapped with Create React App.
-api : api request declarations -assets : assets folder contains all static files such as images, fonts etc -components : truly reusable components -features : components that represet a feature -routes : routes configuration -utils : hooks, apis
- Create an .env file and add your REACT_APP_API_KEY for the https://openweathermap.org/ api
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
force deploy