Welcome to En-Zone, your all-in-one entertainment hub! En-Zone offers an immersive experience for music lovers, comic enthusiasts, and manga movie fans, combining seamless front-end interaction with powerful backend functionality.
- Browse, play, and download from a diverse collection of songs.
- User-friendly interface to search and queue up your favorite tracks.
- Explore a wide selection of comics.
- Read comics page-by-page right on the website.
- Find detailed information on your favorite manga movies.
- IMDb-style reviews and summaries, tailored specifically for manga films.
- React.js: Dynamic UI for a rich, interactive experience.
- HTML5, CSS3, JavaScript: Standard technologies for structure, styling, and behavior of the web pages.
- Node.js: Handles server-side logic for efficient performance.
- Express.js: Facilitates routing and APIs for smooth communication between frontend and backend.
- MongoDB: Database for managing user data, comic collections, and the music library.
To set up and run En-Zone on your local machine:
- Clone the repository:
git clone https://github.com/rohan-chandrashekar/En-Zone.git
- Navigate to the project directory:
cd En-Zone
- Install dependencies for both frontend and backend:
npm install
- Set up environment variables:
- Create a
.env
file in the root directory and include:MONGO_URI=yourMongoDBURI PORT=5000
- Create a
- Start the application:
The application will be running on
npm start
http://localhost:3000
.
- Music Library: Browse songs, create playlists, and enjoy unlimited playback with an intuitive interface.
- Comic Book Reader: Select a comic from the library and read it page by page. Perfect for readers who enjoy serialized content.
- Manga Movie Database: Search for detailed information about your favorite manga movies. Track ratings and reviews from other users.
En-Zone was developed as part of a student project by Rohan Chandrashekar, Rishikesh Sastri and Rithvik Grandhi for the Web Technologies course.
Elevate your entertainment experience with En-Zone — your go-to platform for all things music, comics, and manga!