Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vardaan-bhatia/zustand-practice

Basic movie app using Zustand state management library
https://github.com/vardaan-bhatia/zustand-practice

reactjs zustand

Last synced: 4 days ago
JSON representation

Basic movie app using Zustand state management library

Awesome Lists containing this project

README

        

# **Zustand Movie App**

Welcome to the Zustand Movie App! This application allows users to browse a list of movies, add them to a "Watch Later" list, and view the list of movies they plan to watch later. The app uses Zustand for state management, providing a simple and efficient way to handle application state.

To view the live app, visit [Zustand Movie App Live Demo](https://zustandmovieapp.netlify.app/)

## **Technologies**

- **React**: JavaScript library for building user interfaces.
- **Zustand**: A minimalistic state management solution for React.
- **Tailwind CSS**: A utility-first CSS framework for styling.
- **Axios**: Promise-based HTTP client for making API requests.

## **Screenshots**

---

![Homepage](https://github.com/user-attachments/assets/0b0ef398-a3f3-4b31-927e-179ab5f252d6)
*Homepage showing the list of movies.*

---

![Watch Later List](https://github.com/user-attachments/assets/37a49e7a-85c4-46e8-bc37-5e8818f76b25)
*The Watch Later list displaying added movies.*