https://github.com/marcusoftnet/disney-clone
A build of the Disney ASMR clone
https://github.com/marcusoftnet/disney-clone
Last synced: 9 months ago
JSON representation
A build of the Disney ASMR clone
- Host: GitHub
- URL: https://github.com/marcusoftnet/disney-clone
- Owner: marcusoftnet
- Created: 2021-04-30T13:22:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T07:24:08.000Z (about 5 years ago)
- Last Synced: 2025-01-15T14:15:22.172Z (over 1 year ago)
- Language: JavaScript
- Size: 6.37 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Disney + Clone
This is a little project that built and learned from using [this great video](https://www.youtube.com/watch?v=R_OERlafbmw&t=10451s).
I've followed their description closely when it comes to styling but did a few improvements (IMO) in the React handling.
## Installations
Getting this to work on your local computer requires the following commands:
```bash
git clone https://github.com/marcusoftnet/disney-clone
cd disney-clone
npm i
npm start
```
The application will soon(-ish) be running on [http://localhost:3000](http://localhost:3000)
## Deployed version
The application is hosted by Firebase and is [deployed here](https://disneyplus-clone-bf6e0.web.app/)