Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vardaan-bhatia/zustand-practice
- Owner: vardaan-bhatia
- Created: 2024-07-31T20:11:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T20:46:27.000Z (4 months ago)
- Last Synced: 2024-08-01T00:18:22.750Z (4 months ago)
- Topics: reactjs, zustand
- Language: JavaScript
- Homepage: https://zustandmovieapp.netlify.app/
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.*