Coding Journal

My journey to become a Full Stack Developer

Projects

weather app in React with Hooks

Weather App - React project

Tech :

  • React with Hooks,
  • styled components,
  • Redux Toolkit,
  • OpenWeather API

I built that project using React with Hooks, Redux Toolkit, styled-components and OpenWeather API. The initial screen shows 5 days forecast in my home town, but you can easily change it, typing the name of the city you wish in the input field. Day cards work like buttons with links to weather forecast data with 3-hour step.

covid map app

Covid Map - React project

Tech :

  • React with Hooks,
  • styled components,
  • react-table,
  • d3.js,
  • FetchAPI, -Leaflet.js

In this project, I'm using React with Hooks and styled-components. I'm also fetching a few public API to show data in form of a map, table, graph and display the latest article about Covid. Users can see the latest data about Covid Cases by clicking the tooltip on the map or looking at the table.