Creating a React app with Typescript is easy, but hosting it on Cpanel seems like a lot of tedious work. However, React was great for gaining experience. Here’s my first front-end app with React and theMovieDB API.
The concept is simple: fetch movie trailers from the MovieDB API and showcase them on my custom app. It doesn’t do much, but it runs on Bootstrap, Typescript, and React. We also utilize CSS on the app rather than Tailwind.
#How to Clone
Here’s how to clone the repo:
Visit the repo at https://github.com/alexmuirurik/themoviedb Clone the repo using this link https://github.com/alexmuirurik/themoviedb.git Run NPM install on your terminal and NPM Run Dev to initialize the app