Back to projects
Vite
React
API
Geolocation
A simple weather app from the bootcamp. This was to get hand on with the Geolocation API and the OpenWeatherMap API and also useContext to pass the data to any components. This is a classic from bootcamp in general, but I enjoyed doing it. I also generated all the image with MidJourney.
Features
- Fetching data: Fetch data on the client with Axios with caching implementation.
- Geolocation: Use the Geolocation API to get the user's location.
- OpenWeatherMap API: Use the OpenWeatherMap API to get the weather data.
Technologies
- Vite: A build tool for modern web development.
- React: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for building custom designs.
- Styled Components: A library for styling in React.
- TMDB API: A public API for fetching movies data.
- React Testing Library: A library for testing in React.
- Jest: A testing framework for JavaScript.