Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamiviolet/filmians
A mock IMDB site to perform CRUD and allow users to check information about movies and TV series.
https://github.com/kamiviolet/filmians
crud frontend nextjs styled-components swc typescript
Last synced: 3 days ago
JSON representation
A mock IMDB site to perform CRUD and allow users to check information about movies and TV series.
- Host: GitHub
- URL: https://github.com/kamiviolet/filmians
- Owner: kamiviolet
- Created: 2023-07-13T21:09:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-17T17:24:28.000Z (over 1 year ago)
- Last Synced: 2024-11-06T02:30:02.059Z (about 2 months ago)
- Topics: crud, frontend, nextjs, styled-components, swc, typescript
- Language: TypeScript
- Homepage: https://filmians.vercel.app
- Size: 5.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Filmians (mock IMDb application)
This project is written in TypeScript with Next and styled components.
API is sourced from [TheMovieDatabase](https://www.themoviedb.org). It is a closed sourced yet totally free (for non-commercial purpose) and extremely resourceful and popular database.
Note:
This project is the very first one with multipages I made with Next. Along journey, I gradually grasping the essence of Next and the reason for its popularity. Yet, there are lots still needed to be refactor and rethink to make it proper. Here is my apology.Further updates will be listed below.