ContriHUB / PlayTopia

0 stars 11 forks source link

feat: combined 2048,memory and chatbot at a single port #16

Closed lokesh-wagh closed 1 year ago

lokesh-wagh commented 1 year ago

Description

I have noticed that all the three things (2048,chatbot and memory Game) all are returned through public folder's or are separate react project's of their own

i have created a component for each of them and their respective public folder's are moved into the main public folder of the react project running on 3000

So after now only two port need to be run for playTopia 3000 for frontend (this is the only port displayed to user) 5000 for backend (this is the port that frontend call's to do something)

Related Issue

Fixes # (issue)

3

Type of change

Motivation and Context

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Screenshots (if appropriate):

screen-capture (9).webm

Checklist:

Test Configuration:

lokesh-wagh commented 1 year ago

@silkie261001 can you review this PR??

lokesh-wagh commented 1 year ago

Thank You mam