A tool used to make your code harder to copy and prevent people from stealing your work. Currently work with PHP, JavaScript, HTML and CSS
~NerdyDev🥀 Source Code Obfuscator Tool |
This project is currently in development and open for imporovement but can still be used nevertheless
Landing Screen |
Project Upload Screen |
Obfuscated Project Download Screen |
This repository contains 3 folders i.e the frontend, node and php. I will walk you down the installation processes and setup for each one of them
Was built using React + Vite + TypeScript. You will need node
and npm
installed globally on your machine.
cd frontend
Installation:
npm install
To Start Server:
npm run dev
To Visit App:
localhost:5173
Was built using Express. You will need node
installed globally on your machine.
cd node
Installation:
npm install
To Start Server:
node index.js
To Visit App:
localhost:8080
You will need php
installed globally on your machine.
cd php
To Start Server:
php -S localhost:8000
To Visit App:
localhost:8000
Building this project took me roughly 3 days. Project goals included using technologies learned up until this point and familiarizing myself with documentation for new features.
At the end of the day, the technologies implemented in this project are React, Express, PHP, NodeJS, and a significant amount of JSX, and CSS. I choose to use the create vite@latest
boilerplate to minimize initial setup and invest more time in diving into weird technological rabbit holes.