Hi all,

I want to do a code competition. It’s a fight between stacks. Which one is the best? The idea is to write a devrant clone in your stack and see how far you’ll get in 8hrs. These 8hrs are pure for coding and testing. IT DOESN’T INCLUDE:

  • setting up tooling (installing python / npm)
  • configuring repository
  • docker configuration (if you want to use it)

How to join: write a comment with the tooling you’re about to use (python, node, js, ruby or whatevs) and how far you think you’ll get. Extra: 8hrs is of course nothing, but we can extend this hackaton with 8hr a few times.

#drbboard

  • retoorOP
    link
    fedilink
    46 months ago

    Here some screenshots of my projects. It isn’t beautiful but remind you: build in 8h complete with backend.

  • retoorOP
    link
    fedilink
    4
    edit-2
    6 months ago

    I’ll write my devrant clone in aiohttp (python) and I expect to finish:

    • home screen with listing of rants
    • register page
    • login page
    • rant create page
    • comments

    It’ll contain a lot of bugs like double registration and such :P

    Github: https://github.com/retoor1337/finnegan

    What’s your github?

    @ostream any progress?

  • SidTheITGuy
    link
    fedilink
    36 months ago

    @retoor

    I’ll be using Laravel. I expect to finish login page, homescreen with rants list (raw). And maybe comments section.

  • retoorOP
    link
    fedilink
    3
    edit-2
    6 months ago

    @Sid ad some screens! My application looks like this now:

    It suports:

    • register
    • login
    • ranting
    • commenting
  • @vintprox
    link
    English
    16 months ago

    deleted by creator

    • vintproxM
      link
      fedilink
      15 months ago

      How to post your devRant clone

      It is pretty simple.

      1. Add new thread page is where you can fill all needed fields.

      2. Use a unique name for your application - it must not nonchalantly use the word “devRant”, as it is taken and is a trademark. Append | devRant Clone to that, and your title is ready!

      3. Fill out the body with optional, but contextually interesting, information and links:

        My synopsis of what my application does that resembles devRant.
        
        - Used tech stack
        - Used data
        - It took me  hours
        - What is different
        
        ---
        
        - Demo
        - Screencast
        - Source code
        - Screenshots come in the comments below
        
      4. Paste the tags: devrant drcj jam hackathon entry

      5. Mark your work as OC, if all qualities specific to a devRant clone were implemented by you and you only.

      6. Attach an image before submitting. It may be your main page or whatever makes the thread appealing and unique.

      7. Press “Add new thread” button to publish!

      8. Post additional screenshots via comments below, if any.

  • vintproxM
    link
    fedilink
    1
    edit-2
    6 months ago

    @joewilliams007, 4 days ago:

    i will use node, as i want it to be fast (unlike python🫣 ahmm ahm). And i expect to get login going and rant posting.