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

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

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)


![Movie Card App](./filmax.png)

## Objective

Creating a movie card Application using ReactJS

### The following issues were discussed in the project;

- HTML

- CSS

- JS

- ReactJS

## Resources

- [Images](../assets/)