Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akashsingh3414/netflix-clone-app
Netflix Clone App, built with Create React App and utilizes Redux for state management.
https://github.com/akashsingh3414/netflix-clone-app
api javascript reactjs redux-toolkit tailwindcss
Last synced: 14 days ago
JSON representation
Netflix Clone App, built with Create React App and utilizes Redux for state management.
- Host: GitHub
- URL: https://github.com/akashsingh3414/netflix-clone-app
- Owner: akashsingh3414
- License: mit
- Created: 2024-07-20T20:19:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T20:13:01.000Z (3 months ago)
- Last Synced: 2024-11-10T02:39:01.006Z (2 months ago)
- Topics: api, javascript, reactjs, redux-toolkit, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netflix Clone App
A Netflix Clone App built using **Create React App** and **Redux Toolkit** for state management.
## Prerequisites
- **Node.js** and **npm** installed on your machine.
## Setup
### Step 1: Clone the Repository
Clone the repository and navigate into the project directory:
- `git clone https://github.com/your-username/your-repo-name.git`
- `cd your-repo-name`### Step 2: Install Dependencies
Run the following command to install necessary packages:
- `npm install`### Step 3: Configure Redux Toolkit
Make sure your Redux slices, actions, and store are properly set up in the `src/store` directory.### Step 4: Start the Development Server
Run the app in development mode:
- `npm start`Open `http://localhost:3000` in your browser to view the app. The page will reload automatically whenever you make changes.
## Available Scripts
- **npm start**: Runs the app in development mode.
- **npm test**: Launches the test runner in interactive watch mode.
- **npm run build**: Builds the app for production, optimizing for the best performance.## Learn More
To learn more, check out the following resources:
- [Create React App Documentation](https://create-react-app.dev/)
- [React Documentation](https://reactjs.org/)
- [Redux Documentation](https://redux.js.org/)
- [Redux Toolkit Documentation](https://redux-toolkit.js.org/)## Contributing
If you have suggestions for improving this project, feel free to open an issue or submit a pull request.## License
This project is licensed under the MIT License. See the `LICENSE` file for details.