Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akmalhisyammm/rikumovies
Movies collection web app developed using Next.js and Chakra UI
https://github.com/akmalhisyammm/rikumovies
chakra-ui nextjs pwa swr tmdb tmdb-api
Last synced: about 2 months ago
JSON representation
Movies collection web app developed using Next.js and Chakra UI
- Host: GitHub
- URL: https://github.com/akmalhisyammm/rikumovies
- Owner: akmalhisyammm
- License: mit
- Created: 2022-01-07T04:23:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T00:48:27.000Z (over 1 year ago)
- Last Synced: 2024-11-06T02:29:55.193Z (3 months ago)
- Topics: chakra-ui, nextjs, pwa, swr, tmdb, tmdb-api
- Language: TypeScript
- Homepage: https://rikumovies.akmalhisyam.my.id/
- Size: 1020 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Rikumovies
Rikumovies is a website to display and search list of movies from The Movies Database (TMDB) API. Built using Next.js and Chakra UI.
## Screenshots
![Screenshot](https://akmalhisyam.s3.ap-southeast-1.amazonaws.com/projects/previews/rikumovies_preview.png)
## API Source
[The Movie Database (TMDB) API](https://developers.themoviedb.org/3)
## Tech Stack
- TypeScript
- Next.js
- Chakra UI
- SWR## Development
In order to develop, please follow the following steps:
```bash
[email protected]:akmalhisyammm/rikumovies.git
cd rikumovies
yarn install --frozen-lockfile
yarn dev
```Open http://localhost:3000 with your browser to see the result.
## Credits
[Freepik](https://www.freepik.com/)
## License
[MIT](./LICENSE)