Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hendrialqori/folksmovie

A frontend developer challenge to build searching movie app using api.themoviedb.org
https://github.com/hendrialqori/folksmovie

api netlify react tailwdindcss

Last synced: 23 days ago
JSON representation

A frontend developer challenge to build searching movie app using api.themoviedb.org

Awesome Lists containing this project

README

        

## Folks movie

[https://folks-movie.netlify.app](https://folks-movie.netlify.app)

#### Tech stack
- React js
- Tailwind css

#### Features
- Lazy load image
- Performance optimization with useMemo & useCallback

#### How to clone ?

1. Firstly, Create new folder and initial with ```git init ```
2. Clone project into your local
``` git clone https://github.com/hendrialqori/folks-movie.git ```
3. Login into directory project ```cd folks-movie```
4. Then, Install all dependency from package.json ```npm install```
5. If success, Run project with ```npm run dev```, Project listen at port http://localhost:5173