Reroll Me is a Simple Web Application that can randomly generate a new persona
See live site-demo: rerollme.dmcindoe.app
This is a web application that generates fully or patially, a new online user persona.
Currently Generates basic user data:
- First & Last Name
- Gender
- Age
- Country
It was built with:
To setup/install the project once cloned simply run the below commands in the cloned directory:
npm install
- This installs all the required dependancies.
npm start
- Starts the local server
- Adding Copy to Clipboard Buttons for each Attribute
- Generating a standalone webpage for the Persona, that can be linked to. (Requires variables in url, and link shortners)
- Making the Background look nice. Animations and SVG Images.
- Semi-Active Development