An open API service indexing awesome lists of open source software.

https://github.com/devraider/movie-review


https://github.com/devraider/movie-review

Last synced: over 1 year ago
JSON representation

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/)