Skip to content

An Obfuscator tool to make your code harder to copy and prevent people from stealing your work. This was built using React + Express + PHP

Notifications You must be signed in to change notification settings

iamthe-nerdyDev/NerdyDev-Obfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obfuscator

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
~NerdyDev🥀 Source Code Obfuscator Tool

Project Status

This project is currently in development and open for imporovement but can still be used nevertheless

Project Screen Shot(s)

Landing Screen
Landing Screen
Project Upload Screen
Project Upload Screen
Obfuscated Project Download Screen
Obfuscated Project Download Screen

Installation and Setup Instructions

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

~Frontend

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

~Node

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

~PHP

You will need php installed globally on your machine.

cd php

To Start Server:

php -S localhost:8000

To Visit App:

localhost:8000

Reflection

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.

About

An Obfuscator tool to make your code harder to copy and prevent people from stealing your work. This was built using React + Express + PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published