coding-to-music / coding-to-music.github.io

https://pandemic-overview.readthedocs.io/en/latest/index.html
MIT License
2 stars 8 forks source link

Movie-DB with React, Axios, Next, Tailwind CSS #363

Open coding-to-music opened 2 years ago

coding-to-music commented 2 years ago

Movie-DB with React, Axios, Next, Tailwind CSS

https://movie-db-with-react-axios-next-tailwind-css.vercel.app/

By https://github.com/nachoiacovino/movie-db

https://movie-db-nachoiacovino.vercel.app/

You can see a live version of this project here.

In this app, you can search for shows and they will render into beautiful cards. You can click on any of the card to go to the details page.

On the details page, you can see more info about the show, add it to a playlist or leave a review.

On the playlists page, you can see your playlists, delete them or add a new one.

If you click on any of the playlists, you can see a details page with all the shows added to that playlist.

The app was built with Next 10, React 17 with hooks, Redux (also with hooks) and Redux Saga.

For styles it uses Tailwind CSS.

For the API requests, it uses Axios.

Available Scripts

In your console, first you need to clone the repository

git clone https://github.com/nachoiacovino/movie-db.git

After that, you need install the dependencies with:

npm install

Then, you can launch the server with:

npm run dev

This runs the app in the development mode.\ Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.\ You will also see any lint errors in the console.

Summary questions