The Movies Entertainment App is a full-stack movie and TV series entertainment application. The aim of this project was to practice full-stack development skills and to learn new interesting technologies. With this app, users can easily find a movie or TV series, watch a trailer, leave a comment, and add it to their bookmarks. They can also change the theme of the app.
- Search: Users can easily find movies and TV series using the search functionality.
- Watch Trailers and Pictures: Users can watch trailers and view pictures of movies and TV series.
- Leave Reviews: Users can leave reviews for movies and TV series.
- Bookmarks: Users can add movies and TV series to their bookmarks for easy access later.
- Theme Change: Users can change the theme of the application according to their preferences.
To use the application, visit Movies Entertainment App and log in using your Google or Github account to access extra features like reviews and bookmarks.
This application was created using [npm create vite@latest] and built using the following technologies:
- Tailwind CSS : A utility-first CSS framework for building custom designs.
- Axios : A promise-based HTTP client for the browser and Node.js.
-
Fork this repository
-
Clone your repository (do not forget to add
your account name
):
$ git clone https://github.com/[YOUR ACCOUNT NAME]/entertainment-app-client.git
- Go into the repository and install dependencies:
$ cd entertainment-app
$ npm install
-
Add all needed Environmental variables to
.env.
You can use.env.example
as template. -
Finally start the development server:
$ npm run dev
- Open http://localhost:5173/ in your browser to view the app.
- Voila, you're ready to create something awesome!
👩💻 Hemant Mewada @hemantmewada