Leon Potgieter
@leonp84All solutions
- Submitted 7 months ago
Full-stack responsive Django app using Bootstrap & JQuery
- HTML
- CSS
- JS
Feel free to point out mistakes or room for improvement, especially in the JavaScript file where I used jQuery’s ajax functions to work with the Python backend. I almost certainly am not following convention (snippet bellow) with the way I accomplished it, so would appreciate feedback.
$.ajax({ url: "/update_bookmarks/", type: "POST", dataType: "json", headers: { "X-Requested-With": "XMLHttpRequest", "X-CSRFToken": CSRF_TOKEN, 'item': $(this).find('.item-id').text() },
Thanks Frontend Mentor, these are great challenges, and make for great portfolio projects!
- Submitted 7 months ago
Responsive & Interactive Dictionary app
- HTML
- CSS
- JS
- API
Any general feedback, especially on the Javascript parts, would be appreciated.
- Submitted 7 months ago
CSS/Bootstrap + Javascript/Jquery
- HTML
- CSS
- JS
How do seasoned developers use CSS with libraries such as Bootstrap or Tailwind? Is vanilla CSS with a preprocessor like Sass an option? Or is it largely indidivual preference?