MDB is a responsive SolidJS app that utilises loading data via The Movie Database (TMDb) API.
Key tools used in this React project are:
| Tool | Description |
|---|---|
| SolidJS | Simple and performant reactivity for building user interfaces. |
| unocss | The instant on-demand atomic CSS engine. |
If you would like to download the code and try it for yourself:
- Clone the repo:
https://github.com/AlidotSal/MDB.git cd MDB- Install packages:
pnpm install - start development server
npm run start - Open your browser at:
http://localhost:3000
🚧 This App is it's very early days and there's some bugs/missing features.
You are welcome to use this however you wish within the MIT license, but please retain my credentials and links back to this repo.