Back to projects
Vite
React
Styled Components
API
Testing
This was my last frontend project during the bootcamp. I implemented a simple app to fetch trending movies from TMDB API. The main goal of this project was to implement some testing with React Testing Library and Jest.I also used Styled Components to style the app. It is a simple project but it was a good opportunity to practice the testing and the styling.
Features
- Fetching data: Fetch data on the client with Axios with caching implementation.
- Styling: Use Styled Components to style the app.
- Testing: Implement some testing with React Testing Library and Jest.
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.