Note: This is now an archived repository as i do not intend to use this website anymore. (maybe new one coming soon)
From their wikipedia page:
React is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It is maintained by Meta(previously FaceBook) and a community of individual developers and companies.
Packages used (Dependencies):
npm install ...
React
(create-react-app)
react-scroll-motion
@mui/material
@emotion/react
@emotion/styled
react-router-dom
Bootstrap
, Bootstrap Icons
, Robotto Font
, and Material Icons
using CDN
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/>
Extra dependencies which I installed from GitHub:
Termynal