Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreeragp69/dreamflix
DreamFlix is an online platform designed for the exploration of movies and series, developed utilizing React.js and Material UI. Users have the capability to browse and search for both movies and series, accessing detailed descriptions and viewing corresponding YouTube trailers.
https://github.com/sreeragp69/dreamflix
front-end material-ui react reactjs responsive
Last synced: about 12 hours ago
JSON representation
DreamFlix is an online platform designed for the exploration of movies and series, developed utilizing React.js and Material UI. Users have the capability to browse and search for both movies and series, accessing detailed descriptions and viewing corresponding YouTube trailers.
- Host: GitHub
- URL: https://github.com/sreeragp69/dreamflix
- Owner: sreeragp69
- Created: 2024-02-08T16:05:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-20T18:12:38.000Z (9 months ago)
- Last Synced: 2024-02-20T19:30:50.961Z (9 months ago)
- Topics: front-end, material-ui, react, reactjs, responsive
- Language: JavaScript
- Homepage:
- Size: 375 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DreamFlix
DreamFlix is a movie and series search website created using React.js and Material-UI library.
## Features
- **Search:** Users can easily search for movies or series.
- **Detailed Information:** Access detailed descriptions of movies and series.
- **YouTube Trailer:** View trailers of selected movies and series directly from YouTube.## Technologies Used
- React.js
- Material-UI## Installation
1. Clone the repository:
```
git clone https://github.com/sreeragp69/dreamflix.git
```
2. Navigate into the project directory:
```
cd dreamflix
```
3. Install dependencies:
```
npm install
```## Usage
1. Start the development server:
```
npm start
```
2. Open your web browser and visit http://localhost:3000 to view DreamFlix.## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/your-feature-name`).
3. Commit your changes (`git commit -am 'Add your feature'`).
4. Push to the branch (`git push origin feature/your-feature-name`).
5. Create a new Pull Request.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgements
- [React.js](https://reactjs.org/)
- [Material-UI](https://material-ui.com/)---
Feel free to modify and improve this README as needed. Happy coding!😊
```markdown