A rewrite of my Angular application, moved from Angular to React (for new users, this is a web app that has multiple randomizer for the game Apex Legends).
You can access the site here
You will also need knowledge of JSX, HTML, CSS and TypeScript (previous JavaScript knowledge can work too!)
Note: Bolded prerequisites are required.
Run git clone https://github.com/Yoshiboi18303/apex-mini-randomizer in your terminal.
Don't want to use Git?
That's completely fine, you can clone the branch you want from the repository on GitHub! Here's how to do it (instructions are from a
Windows 11computer, some of the references might be different on earlier versions ofWindows,MacOSorLinux):1. Go to the repository on GitHub, then go to either the
mainordevbranch.2. Click on the green
Codebutton at the top right of the file view3. Click on the
Download ZIPbutton, then wait for the ZIP to be downloaded.4. Locate the ZIP file, then
Right Clickon it and clickExtract All.5. Enter the directory you would like the ZIP file to be extracted to, then click the
Extractbutton.6. Wait for the ZIP file to be extracted, then you're ready to continue along!
7. (optional, do this if you want a cleaner directory) Head to the extracted directory, then head inside the single folder, then highlight all the children of said directory, and move them to the parent folder.
8. (only do this if you followed step 7) Remove the folder the children were originally.
First, cd into the project directory
Then run npm install
Run npm start to start the server (it might take a few minutes depending on your hardware).
