https://github.com/rajanprajapati1/kdrama-tv-react-vite
https://github.com/rajanprajapati1/kdrama-tv-react-vite
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajanprajapati1/kdrama-tv-react-vite
- Owner: rajanprajapati1
- Created: 2024-01-18T09:44:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T09:50:19.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T17:48:31.628Z (10 months ago)
- Language: JavaScript
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K-Drama Website
This project is a K-Drama website built using Vite and React. It provides an immersive platform for users to explore, discover, and enjoy Korean dramas.
link :::> [https://app.netlify.com/sites/jade-crumble-576df1/](https://jade-crumble-576df1.netlify.app/)
## Features
- Browse a wide variety of Korean dramas
- View detailed information about each drama, including cast, episodes, and ratings
- Search for your favorite dramas
- Bookmark dramas to create a personalized watchlist
## Demo
[Live Demo](#)
## Getting Started
### Prerequisites
Make sure you have [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed on your machine.
### Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/kdrama-website.git
```
2. Navigate to the project directory:
```bash
cd kdrama-website
```
3. Install dependencies:
```bash
npm install
```
### Configuration
Obtain any necessary API keys for data sources.
Create a `.env` file in the root of your project and add the required environment variables:
```env
REACT_APP_API_KEY=your_api_key
```
Replace `your_api_key` with the API key you obtained.
### Usage
Run the development server:
```bash
npm run dev
```
Visit ([https://app.netlify.com/sites/jade-crumble-576df1/](https://jade-crumble-576df1.netlify.app/)) to view the application.
## Technologies Used
- Vite
- React
## Acknowledgments
- [External Api ] for providing data about Korean dramas
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.