https://github.com/devraider/movie-review
https://github.com/devraider/movie-review
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devraider/movie-review
- Owner: devraider
- License: mit
- Created: 2025-01-05T11:20:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T11:31:21.000Z (over 1 year ago)
- Last Synced: 2025-01-05T12:24:46.602Z (over 1 year ago)
- Language: CSS
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Movie Review and Rating App
## Motivation
## Features ✨
## Component Structure 🪧
## Demo / Walkthrough
## How to Get and Run the Application 🛠️
### 1. Clone the application
```bash
git clone git@github.com:devraider/movie-review.git
cd movie-review
```
### 2. Install Dependencies
```bash
npm install
```
### 3. Run application in developemnt mode
```bash
npm start
```
### 4. Build for Production
```bash
npm run build
```
## Credits
- [**Facebook React Team**](https://github.com/facebook/react) for great documentation: [Learn React from Docs](https://react.dev/learn)
- 🧑🏫 [**Jonas Schmedtmann**](https://github.com/jonasschmedtmann)
- 🎓 [The Ultimate React Course 2024: React, Next.js, Redux & More](https://www.udemy.com/course/the-ultimate-react-course/)