This project was created mainly with React.js framework. This App help the user to find movie information and to easily locate the nearest Cinemas to their current location.
- The software package needed to install are the following:
- In the command line type
npm i react-scripts
to installScripts
. - After react installation, open the README.md file to find the details to start the program.
- Install
React Router DOM
by enteringnpm i react-router-dom
in the command line. - Enter
npm install bootstrap
in the command line to installBootstrap
, then addimport 'bootstrap/dist/css/bootstrap.min.css'
to theindex.js
file. - To install
moment.js package
enternpm i moment
in the command line. - To install
Movie-info
enternpm i -g movie-info
in the command line.
- React is a JavaScript library developed by Facebook which, among other things, was used to build Instagram.com. Its aim is to allow developers to easily create fast user interfaces for websites and applications alike. The main concept of React. js is virtual DOM.
- MomentJS is a JavaScript library which helps is parsing, validating, manipulating and displaying date/time in JavaScript in a very easy way.
- Bootstrap is the most popular HTML, CSS, and JavaScript framework for developing responsive, mobile-first websites.
- API are mechanisms that enable two software components to communicate with each other using a set of definitions and protocols.
- JavaScript is a scripting or programming language that allows you to implement complex features on web pages.
- CSS is a computer language for laying out and structuring web pages.
demo-video1.2.mp4
This project is covered by MIT.
-
https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API
-
https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
For questions and comments please contact the following details:
E-mail(s):
macharitocruzuk@gmail.com
csaba0613@gmail.com
GitHub user Id(s):
https://github.com/chari00
https://github.com/CIMSGit