/pwsim2

Another pro wrestling sim but using django+react+tailwind, made for practice

Primary LanguageJavaScriptMIT LicenseMIT

pwsim2

Another pro wrestling sim but using django+react+tailwind, made for practice

Prerequisites

  • Python (version 3+) & Pip
  • Django (version 16+)
  • Node.js
  • npm (Node Package Manager)

Installation, Configuration and Usage

Please refer to the README in the frontend and backend directories for specific installation and usage instructions

What is this

A very very basic web app full stack frontend+backend that allows common CRUD operations over pro-wrestlers.

Frontend styling is mostly (if not all) powered by TailwindCSS.

Some views

Wrestlers Views with hand made filters

List View

Wrestler Detail

alt text

Create Wrestler

Wrestling Creation

Random Values Generation, with the help of randomuser api for Names and countries

alt text

But Why

It is very much a way for me to experiment and learn different technologies. It's my first time using Tailwind, and I gotta say, it's pretty good. My love-hate relationship with React continues. Django is bae.