Which languages should i use

I’m thinking of creating a portal to organize electronic games tournaments.
There will be users who will have access to specific information in case they register. There is also information available for non-registered users but will not be able to sign up for tournaments or progress on the platform.

What language should I use? Can someone give me some advice?

I already did something of the sort for an end-of-course work and I used php and html.
I know that javascript has libraries like ReactJs for animations you’d like to explore. I’m learning python too…
If anyone is interested in participating in such a project, all help is welcome!

ty

PHP (+ laravel) is viable option, python (django, flask) is also possible. If you need lot of DOM manipulation you will need a JS framework like reactJS for example. But you will likely add that in iterations (adding features) after building the back-end

1 Like