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

https://github.com/mr-addict/dashboard-react

React Learning App - Dashboard
https://github.com/mr-addict/dashboard-react

dashboard react

Last synced: 10 days ago
JSON representation

React Learning App - Dashboard

Awesome Lists containing this project

README

          

React Learning App - Movieland

## 1. Preview

This is my React Learning App which I learning from this youtuber channel:

- [https://www.youtube.com/watch?v=jx5hdo50a2M](https://www.youtube.com/watch?v=jx5hdo50a2M)

![preview](images/preview.png)

> demo page: [https://mr-addict.github/dashboard-react](https://mr-addict.github.io/dashboard-react)

## 2. Commands

### create

```bash
npx create-react-app dashboard-react
```

### start

```bash
npm start
```

### build

```bash
npm run build
```