Here some screenshots of my projects. It isn't beautiful but remind you: build in 8h complete with backend.
dR Bulletin Board
Unofficial devRant bulletin board, a magazine for people of devrant.com and categories remotely related to information technology. We are here collecting discussions, recommended software, links, videos, artworks, music and other resources around our interests. It's a place open to the wider Fediverse, meaning people outside the originating instance can interact with everything. To let your post from Mastodon be seen in our Microblog, include one of our featured tags: #devrant #drcc #drbboard π· (Use #drbb for anything related to the bulletin board itself.) π‘ Familiarize with the guide before posting: https://kbin.melroy.org/m/drbboard/t/51078 πΏ Welcome, have a whale of time and happy scrolling! π
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?
@Sid ad some screens! My application looks like this now:
It suports:
- register
- login
- ranting
- commenting
I'll be using Laravel. I expect to finish login page, homescreen with rants list (raw). And maybe comments section.
@[email protected] @[email protected]
https://github.com/sidaims93/ragedev
Here's my submission for the challenge. It's built with Laravel + HTML + CSS + JS + MySQL stack.
just run composer install. php artisan migrate and php artisan optimize and you're good to use it.
How to post your devRant clone
It is pretty simple.
-
Add new thread page is where you can fill all needed fields.
-
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! -
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.
@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.