Thank you for visiting. However, I regret to say that the website currently undergoing construction. Do visit again!
This project was bootstrapped with Create React App.
npm install node-sass --save
Change all existing .css file to .scss
Google Material UI via MDC React
Set SASS_PATH environment variable that points to node_module directory
SET SASS_PATH=.\node_modules
If the following error occurred, please reset the SASS_PATH
:
SVG icons for popular brands - Simple Icons
Navigate to icon directory and copy svg.
Example module: src/components/button/ButtonIconGithub
Highly customisable slider
Image Compression - TinyPNG
Reduce size of image
Image Editor - Photopea
Free online image editor - supports popular formats like psd
- Perspective Transform
- Smart Object: If there are smart objects present in the psd template, eg. on the screen of a device, double click on smart object layer icon to open it. Place the desired artwork in it and save it. Return to the template.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.
See the section about deployment for more information.
This installs the globally available firebase
command. To update to the latest version, simply re-run the same command.
Connects local machine to Firebase account and obtains access to Firebase projects
This command should be ran from the project's root directory, creating a firebase.json
configuration file and a .firebaserc
file in that directory. The firebase.json
file is required for deployment using the CLI.
This command deploys a release to the Firebae project's default Hosting site.