- People nowadays can look straight in the future... You don't believe me? In order to knock you out I am presenting you my new project named React Weather App. My application allows you to predict the unpredictable and travel safely. Hourly-forecast with the essential data for the day is what I am offering you. The main purpose behind the project is my course work at Orbis and also to get familiar with JS framework, in my case with React.
- Functionality Live Demo
- Feedback
- Knowledge stack
- Setup/Installation
- Screenshots
- Status
- Credits
- License
trimmed.online-video-cutter.com.mp4
- In case you want to share your thoughs about my project you are free to do so at slavidimitrov54@gmail.com
⚙️ Lets begin with the JSX syntax that is something specific for this framework.
Another crucial concept I have used in action are the components. They involve working with HTML, CSS and JS in order to being develop.
🔍 So where I have received this weather data from? The answer is - OpenWeatherAPI. For the RESTapi requests I have been using Axios which
provides excellent opportunity to handle requests and their reponses.
🌀 Some components have state and change dynamically. Other are rendered conditionality, but in the end, props is what is making them reusable and quite useful. In order to use my state across many components without prop-drilling I have used custom hooks and useContext to derive the state everywhere I need it. Other hooks that were implement in my project are useState, useEffect, useMemo and useCallback.
- Core:
React, JavaScript, HTML
- Additional libraries:
Axios, Sass
- First make sure that you have
node
andnpm
installed on your machine. - After that,
clone
therepo
somewhere locally. - Open it in your favourite
code editor
and type this in the terminal:
npm install
With this command you install all packages that you need to run the React project.
- After the node_modules folder is being install type:
npm start
- All tasks that were given to me for this project are completed. ✅
Although, I am not satisfied completely because there is always a thing or two to improve.
Stay tuned for more! 📈
- Here I want to express my gratitude for my menthor Mr. Serafimov. 🙏
He was always by my side and without him and his responsive help this project could never be finished.
Along with that, thanks to the other workers in the companany that welcomed me warmly.
Last but not least, acknowledgement to Mr. Kovachev that gave me the change to show my skills and determination and what I am capable of!