A Front-end code of a Full-stack Project (Movie API Webapp) that summarizes my skills and experience as a Software Engineer. Back-end code can be found at https://github.com/diidduong/yay-server
You can checkout full tutorial at https://www.youtube.com/watch?v=5PdEmeopJVQ
I use Jira integrated with Github Cloud to manage this project's tasks.
NodeJS 20.10.0 https://nodejs.org/en
- Axios HTTP requests
- bootstrap styling purposes
- react-bootstrap styling bootstrap components
- @fortawesome/react-fontawesome font
- @fortawesome/free-solid-svg-icons icons
- react-player React player for videos
- react-router-dom to make routing to our components
- @mui/material + @emotion/react + @emotion/styled material
- react-material-ui-carousel carousel style
To install npm packages, use the command
npm i <npm package 1> <npm package 2> ...
Use the below command to run the program, it will be running at localhost:3000
npm start