Inquire, Early Prototyping

Inquire, Early Prototyping

Hi everyone.

Currently I’ve had some downtime at work where I’ve been able to spend time on personal projects.

I wondered, what could I come up with using React & MaterialUI? So far I only have a layout and nothing functional but I’m at least enjoying it.

For those interested in code you can check it out here on github.

Main layout

Locations are grouped together into areas. So if you walk into a town then that’s the area and houses would be the locations you travel between. As you accumulate visited locations you’ll be able to click the area for a list of locations to fast travel to.

(I used state and city information as filler)

Opening the Menu

I was thinking of using a side drawer menu to hold and display the user’s items and clothing.

3 Likes