ProgramCrafter / ratelance

https://ratingers.pythonanywhere.com/ratelance/
10 stars 3 forks source link

Create a website displaying recent job orders #1

Open ProgramCrafter opened 1 year ago

ProgramCrafter commented 1 year ago

The current version: https://ratingers.pythonanywhere.com/ratelance/

изображение

I want it not to be written in React but rather in Svelte or plain JS. Also, it probably shouldn't relay job texts through server as they are controlled by users and can't really be moderated.


Developers are welcome to work on this issue! It's part of Hack-TON-berfest and as such participants are eligible for more merch.

feeelin commented 1 year ago

Do you only need a frontend or a backend connected to the application too? And is there something like a database or is there only a job loading script?

ProgramCrafter commented 1 year ago

I think I need frontend only, as data for site is stored in the blockchain.

Vladyslavua3 commented 1 year ago

Can I get access to the data that needs to be shown?

ProgramCrafter commented 1 year ago

Hello! It's loaded from blockchain - for example, with the following Python script. main_fl.txt