Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)