Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniloab/movies-station-frontend
Web app to search movies and see details about them.
https://github.com/daniloab/movies-station-frontend
Last synced: 28 days ago
JSON representation
Web app to search movies and see details about them.
- Host: GitHub
- URL: https://github.com/daniloab/movies-station-frontend
- Owner: daniloab
- Created: 2019-05-30T00:48:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T00:27:44.000Z (about 2 years ago)
- Last Synced: 2024-10-18T09:15:17.246Z (3 months ago)
- Language: JavaScript
- Homepage: https://movies-station-frontend.herokuapp.com/
- Size: 825 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Movies Station - TMDb
Web app to search movies and see details about them. See the web app [here](https://movies-station-frontend.herokuapp.com/).## Getting Started
```
# clone repo
$ https://github.com/daniloab/movies-station-frontend.git
$ cd movies-station-frontend# install dependencies
$ yarn install# start project
$ yarn start# see the application on browser in localhost link
http://localhost:3000# tests
$ yarn tests
```## Tools and Frameworks
- [create-react-app](https://github.com/facebook/create-react-app) - Boilerplate to set up a modern web app by running one command- [styled-components](https://www.styled-components.com/) - Utilising tagged template literals (a recent addition to JavaScript) and the power of CSS, styled-components allows you to write actual CSS code to style your components. It also removes the mapping between components and styles – using components as a low-level styling construct could not be easier!
- [react-icons](https://react-icons.netlify.com/) - Include popular icons in your React projects easly with react-icons, which utilizes ES6 imports that allows you to include only the icons that your project is using
- [react-router-dom](https://reacttraining.com/react-router/web) - Declarative Routing for React.js