Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masoumehmohebbi/react-video-playlist-app-challenge
video-playlist-app Challenge with React.js and TailwindCss!
https://github.com/masoumehmohebbi/react-video-playlist-app-challenge
ractjs react react-challenge reactjs-challenges video-playlists videoplayer
Last synced: about 2 months ago
JSON representation
video-playlist-app Challenge with React.js and TailwindCss!
- Host: GitHub
- URL: https://github.com/masoumehmohebbi/react-video-playlist-app-challenge
- Owner: masoumehmohebbi
- Created: 2024-09-03T06:48:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T15:47:29.000Z (2 months ago)
- Last Synced: 2024-10-23T21:12:26.736Z (2 months ago)
- Topics: ractjs, react, react-challenge, reactjs-challenges, video-playlists, videoplayer
- Language: JavaScript
- Homepage:
- Size: 1.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video-PlaList-Challenge
Implemented with
- React.js
- Tailwind css
Links
Development setup
1. First, you need to clone the project:
```
git clone https://github.com/masoumehmohebbi/react-video-playlist-app-challenge
```
2. Then, install required packages:
```
npm i
```
3. Run the server
script to start the Json-db:
```
npm run server
```
4. Finally, run the dev
script to start the dev server:
```
npm run dev
```