https://github.com/ifiokjr/movie-list-demo
A Simple Create React App Demo - https://movie-list-cswgowkelg.now.sh
https://github.com/ifiokjr/movie-list-demo
Last synced: 4 months ago
JSON representation
A Simple Create React App Demo - https://movie-list-cswgowkelg.now.sh
- Host: GitHub
- URL: https://github.com/ifiokjr/movie-list-demo
- Owner: ifiokjr
- Created: 2017-03-13T04:55:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T04:57:41.000Z (over 8 years ago)
- Last Synced: 2025-01-14T10:57:19.887Z (5 months ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Movies List Example
===================Built using **React** and **create-react-app**.
To run make sure you have a version of node >6.
Clone this repository and `npm install` or `yarn` within the directory.
Run `npm start` to launch the app.
The code can be browsed via the `src/` folder.
The bulk of the View and business logic is located in `src/App.js`.
The site is also available prebuilt on https://movie-list-cswgowkelg.now.sh