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
- Host: GitHub
- URL: https://github.com/mr-addict/dashboard-react
- Owner: MR-Addict
- Created: 2022-10-15T13:16:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T05:01:10.000Z (over 3 years ago)
- Last Synced: 2025-03-01T23:29:29.973Z (about 1 year ago)
- Topics: dashboard, react
- Language: JavaScript
- Homepage: https://mr-addict.github.io/dashboard-react/
- Size: 41.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

> 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
```