https://github.com/ilkaytech/cw_movie_card_app
https://cw-movie-card.netlify.app
https://github.com/ilkaytech/cw_movie_card_app
Last synced: 1 day ago
JSON representation
https://cw-movie-card.netlify.app
- Host: GitHub
- URL: https://github.com/ilkaytech/cw_movie_card_app
- Owner: ilkaytech
- Created: 2023-08-03T14:22:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T20:02:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-04T03:41:51.331Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 49.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project: Movie Card App
## Description
Project aims to create a movie Cards App.
## Project Skeleton
```
Movie Card App (folder)
|
|----readme.md # Definition of the project
SOLUTION
├── public
│ └── index.html
├── src
│ ├── components
│ │ ├── Header.jsx
│ │ ├── ContainerCard.jsx
│ │ └── PlayerCard.jsx
│ ├── helper
│ │ └── data.js
│ ├── assets.js
│ │ └── [images]
│ ├── App.js
│ ├── index.js
│ └── index.css
├── package.json
└── yarn.lock
```
## Outcome
🔗 [Movie Card App](https://cw-movie-card.netlify.app)

## Objective
Creating a movie card Application using ReactJS
### The following issues were discussed in the project;
- HTML
- CSS
- JS
- ReactJS
## Resources
- [Images](../assets/)