Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hendrialqori/folksmovie
- Owner: hendrialqori
- Created: 2022-08-28T15:27:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T16:19:55.000Z (over 2 years ago)
- Last Synced: 2024-12-13T01:13:27.981Z (23 days ago)
- Topics: api, netlify, react, tailwdindcss
- Language: JavaScript
- Homepage: https://folks-movie.netlify.app
- Size: 541 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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