- Firebase Deploy Link:
https://assignment-18-c67d2.web.app
https://assignment-18-c67d2.firebaseapp.com
This project is cloned using React.js and Bootstrap. HTML5 is totally replaced with JSX and CSS3 is somehow replaced with JSS but mostly external CSS is used to make the design more attractive and user-friendly.
In this project, Node Package Manager (npm) is used to install different package managers, frameworks and libraries like:
- Bootstrap
- jQuery
- Popper.js
- IcoMoon Free Font
- Download Node.js and install it.
- Run terminal / cmd (command prompt) in which directory you have downloaded this source code...
- Run this command
install npm
to install npm with Node.js . After installing, check that Node.js and npm successfully installed or not using these commandsnode -v
andnpm -v
. - Then, run this command
npm install
to install all the package managers, frameworks and libraries that I have used in this project. - Open the source code in the editor and run
npm start
command and finally enjoy coding...
. . . . . . . . . . . . . . . . .
This project was bootstrapped with Create React App.