https://github.com/ismaildrs/movie-meter
This is a website that gives you movies and series suggestions
https://github.com/ismaildrs/movie-meter
Last synced: 17 days ago
JSON representation
This is a website that gives you movies and series suggestions
- Host: GitHub
- URL: https://github.com/ismaildrs/movie-meter
- Owner: ismaildrs
- Created: 2024-07-20T11:45:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T15:46:25.000Z (almost 2 years ago)
- Last Synced: 2025-11-30T11:25:54.089Z (7 months ago)
- Language: JavaScript
- Size: 74.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MovieMeter Website
A simple web application to display information about movies and series. Built with React, styled with TailwindCSS, and using the OMDb (Open Movie Database) API to fetch movie and series data.
## Features
- Display detailed information about movies and series
- Responsive design
## Technologies Used
- [React](https://reactjs.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [OMDb API](http://www.omdbapi.com/)
## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)
### Installation
1. Clone the repository:
```bash
git clone https://github.com/ismaildrs/movie-meter.git
cd movie-meter
```
2. Install dependencies:
```bash
npm install
# or
yarn install
```
3. Set up your environment variables:
Create a `.env` file in the root of your project and add your OMDb API key:
```plaintext
VITE_OMDB_API_KEY=your_api_key_here
```
### Running the Application
Start the development server:
```bash
npm run dev
# or
yarn run dev
```
The application will be available at `http://localhost:5173/`.
## Images
### Mobile Version

### PC Version
