Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikqi/hooks-movie-app
Browse Movie App built with hooks and TS
https://github.com/mikqi/hooks-movie-app
react reactjs typescript
Last synced: about 1 month ago
JSON representation
Browse Movie App built with hooks and TS
- Host: GitHub
- URL: https://github.com/mikqi/hooks-movie-app
- Owner: mikqi
- Created: 2019-11-17T16:40:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:03:14.000Z (almost 2 years ago)
- Last Synced: 2023-08-16T17:46:23.846Z (over 1 year ago)
- Topics: react, reactjs, typescript
- Language: TypeScript
- Homepage: https://mikqi.github.io/hooks-movie-app/
- Size: 8.76 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/mikqi/hooks-movie-app)
[![codecov](https://codecov.io/gh/mikqi/hooks-movie-app/branch/master/graph/badge.svg)](https://codecov.io/gh/mikqi/hooks-movie-app) [![Build Status](https://travis-ci.org/mikqi/hooks-movie-app.svg?branch=master)](https://travis-ci.org/mikqi/hooks-movie-app)
## Movie Search App
> This project using react hooks, react context, hook reducer and Typescript
![screenshot](screenshoot.png)
### How to Run
#### Local Machine
- Make sure you already installed [NodeJS](https://nodejs.org/) and [Yarn](https://yarnpkg.com/)
- `yarn` to install dependencies
- `yarn dev` to run after all dependencies installed#### Using Gitpod
- Click [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/mikqi/hooks-movie-app)
- You can experiment this repository on your Gitpod![gitpod](gitpod.png)