Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Js2 #289

Open
wants to merge 129 commits into
base: main
Choose a base branch
from
Open

Js2 #289

wants to merge 129 commits into from

Commits on Mar 23, 2024

  1. Create index.html

    Voidwaker committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    85417c1 View commit details
    Browse the repository at this point in the history
  2. bootstrap up and running

    Voidwaker committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    cc9ec0c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. added nav bar and some of the login on the homepage

    npm install bootstrap, added some content for the homepage (login/registrer)
    Voidwaker committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    e73e5c4 View commit details
    Browse the repository at this point in the history
  2. added all the pages and just some small html

    added feed/index.html and profile/index.html and just added the ! doctype for all the pages
    Voidwaker committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    fe3759f View commit details
    Browse the repository at this point in the history
  3. added marin to the content

    added some margin and col-6 for some of the content on the homepage (login/registrer
    Voidwaker committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    6f5f94a View commit details
    Browse the repository at this point in the history
  4. Update index.html

    added some more content to the nav bar
    Voidwaker committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    34a0263 View commit details
    Browse the repository at this point in the history
  5. html

    added !doctype to all the poages, and started to add header to all the pages aswell.
    Voidwaker committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    7ebea2c View commit details
    Browse the repository at this point in the history
  6. sass

    innstalled sass
    Voidwaker committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    d0182b8 View commit details
    Browse the repository at this point in the history
  7. Update index.html

    added script so the bootstrap navbar etc is working proparly
    Voidwaker committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    bb9e828 View commit details
    Browse the repository at this point in the history
  8. forgot to add a</div>

    forgot to add a</div>
    Voidwaker committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    21bff20 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Update index.html

    added some placeholder information for now, so i see how it looks. also added scrpt so the header works!
    Voidwaker committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f7eb7c3 View commit details
    Browse the repository at this point in the history
  2. html

    added some more fillercontent to see how it would fit on the page
    Voidwaker committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2ac0c88 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. adding custom colours and fonts to h1 and h1

    adding custom colours and fonts to h1 and h2
    Voidwaker committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ad9fc71 View commit details
    Browse the repository at this point in the history
  2. information

    problems with sass/scss
    Voidwaker committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2ef8bbc View commit details
    Browse the repository at this point in the history
  3. Update package.json

    Voidwaker committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a9481c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. added comments, and profile details

    added hard coded comments, and profile details for the profile page. struggeling a bit with the custom scss, and striggelign a bit with some alignment.
    Voidwaker committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    eb9def8 View commit details
    Browse the repository at this point in the history
  2. updated nav bar

    upotadet the nav bar, so it takes you to the right place. in both the index.html and in the feed/index.html
    Voidwaker committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b7fec36 View commit details
    Browse the repository at this point in the history
  3. got my scss file to work.

    finaly got my scss file to work, (forgot a "/" when linking stylesheet.
    Voidwaker committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c152c9d View commit details
    Browse the repository at this point in the history
  4. trying to add custom color

    trying to add custom green to some of the <p> elements that is in the dark background
    Voidwaker committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    dd1dacc View commit details
    Browse the repository at this point in the history
  5. alignment and scss

    some alignment adcjustments and some colors that i wanted to be custom to fit my design.
    Voidwaker committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7bc2668 View commit details
    Browse the repository at this point in the history
  6. profile page col-10 etc

    forgot to add some col to make it responsive, so i had a scroll bar on the bottom of the page. resolved now
    Voidwaker committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e4f808b View commit details
    Browse the repository at this point in the history
  7. Update index.html

    linked the right stylesheet, so i can see the changes on the homepage.
    Voidwaker committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e9720d2 View commit details
    Browse the repository at this point in the history
  8. custom buttons

    trying to get custom buttons to work.
    Voidwaker committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    804c505 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. added nav bar and posts to the feed page

    added navbar, black background and posts to the /feed page, also adjusted some spacing and font size/apparance
    Voidwaker committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3376605 View commit details
    Browse the repository at this point in the history
  2. Update index.html

    adding sorting option and search bar to the feed page
    Voidwaker committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ecbafc7 View commit details
    Browse the repository at this point in the history
  3. Update index.html

    added form, added the option to add picture if wanted, added the option to search for posts (sorting from newest, oldest and most poppular
    Voidwaker committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    072a695 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f925e5 View commit details
    Browse the repository at this point in the history
  5. custom button trouble

    trying to get  scss to work, but i just get errors, and trying to get it to work, cause when i save, it worn put my custom css in dist/css/index.css
    Voidwaker committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cad1710 View commit details
    Browse the repository at this point in the history
  6. still problems with custom buittons

    still truyiong to figur out why mu .btn-custom ikke fungerer.
    Voidwaker committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5b0f2bb View commit details
    Browse the repository at this point in the history
  7. scss not workign propparly

    cant get my custom btn to work even tho i got to add custom h1,h2,h3 coulors yuesterday.........
    Voidwaker committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c9b292f View commit details
    Browse the repository at this point in the history
  8. bullshit

    bullshit custom sass shit
    Voidwaker committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0e66b58 View commit details
    Browse the repository at this point in the history
  9. no idea how, but it woeked.

    button now has custom coulors
    Voidwaker committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1762614 View commit details
    Browse the repository at this point in the history
  10. Update index.html

    Voidwaker committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d122829 View commit details
    Browse the repository at this point in the history
  11. Update index.html

    added white text to the dark "feed" boxes on the feed page
    Voidwaker committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a7e88b5 View commit details
    Browse the repository at this point in the history
  12. Update index.html

    all the text in the feed boxes is now white. and visable
    Voidwaker committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ecfde14 View commit details
    Browse the repository at this point in the history
  13. custom copulors on text

    trying to add custom green to regular text, but thats an challenge aswell.,..
    Voidwaker committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    154d9b5 View commit details
    Browse the repository at this point in the history
  14. njkoløfd

    tryiong to fick this fuckigns custom color shit, but somtime it works and other times it do not work... im so lost probably commit nr.100 regarding this
    Voidwaker committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e81e41b View commit details
    Browse the repository at this point in the history
  15. Update index.html

    added my custom button to the make new post
    Voidwaker committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a6792cd View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Update index.html

    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    badfad5 View commit details
    Browse the repository at this point in the history
  2. custom green

    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    01756f6 View commit details
    Browse the repository at this point in the history
  3. still problems with sass and customize things

    still trying to get my sass file to compile corectly so that the custom coulrs i want will appare, but its harder than antisipated... cause its saves in the src/scss/index.css but not in the dist/css/index.css file...
    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1b3069a View commit details
    Browse the repository at this point in the history
  4. still no luck with the custom colors

    still stuck at the custom text color not wanting to save in the right place... have almost tried everything...
    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8971254 View commit details
    Browse the repository at this point in the history
  5. Update package-lock.json

    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    69105a7 View commit details
    Browse the repository at this point in the history
  6. tying to get this to work

    triong to unionstall and reinstall sass to se if that solves the problme.,..... so far no luck..
    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5aa8f5a View commit details
    Browse the repository at this point in the history
  7. still truyig toi fuguyre oyt why iots not workiugn

    still trying to figure out why my scss is not compiiling to the dist/css/index.css file so i can use the text-green custom thin im tring to make
    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2b162db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33693b7 View commit details
    Browse the repository at this point in the history
  9. fuyck this shit

    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1707e4f View commit details
    Browse the repository at this point in the history
  10. Update _variables.scss

    no idea how, but i think its fixed now, i can see it in the dist/css/index.css file. so it has to be fixed now, no idea how, or when it happend, but i think its not broken anymore
    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8df0084 View commit details
    Browse the repository at this point in the history
  11. Update index.html

    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3e4ee9c View commit details
    Browse the repository at this point in the history
  12. think its fixed now i have noe idea but i think its fixed

    i think my custom text coulor is fixed now, but io have no idea how i got it to work, cause i ahve been truying to get it to work for the last 2 days, and suddenly its saves in the right file, same happend to the .bnt-custom when i wanted custo coulors to the button
    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a2df904 View commit details
    Browse the repository at this point in the history
  13. Update index.html

    nope, still not workig whit the custom green text, to mathc the rest of the theme
    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bce0a37 View commit details
    Browse the repository at this point in the history
  14. not workig (custotext-green)

    no idea why its not working
    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    fe46c92 View commit details
    Browse the repository at this point in the history
  15. think maby its fixed now, but not sure

    i think mabye its fixed now, but im not completely sure, so we shall see or else ima go mental on this shit
    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    33cbbab View commit details
    Browse the repository at this point in the history
  16. text-green (custom text color to match buttons

    got the custom text color on the feedpage to work!
    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8d1db5c View commit details
    Browse the repository at this point in the history
  17. Update index.html

    text-green and aligning items so it fits better
    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5dc4890 View commit details
    Browse the repository at this point in the history
  18. text-green and text-blue

    added text-blue and text-green to some of the diffrent elements in my feeds page, to make it look clean.
    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    d1dbadd View commit details
    Browse the repository at this point in the history
  19. Update index.html

    added the right custom text coplor to all the diffrent classes that shopuild have it. and got it to work with sass/scss so that great, im not going mental anymore
    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    117f582 View commit details
    Browse the repository at this point in the history
  20. Update index.html

    added all teh custom text colors to the homepage (login screen)
    Voidwaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9f389f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. custom font-family

    added custom font-family to the h1.h2 and h3.
    Voidwaker committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    77faf86 View commit details
    Browse the repository at this point in the history
  2. Update index.html

    ttext-green on username
    Voidwaker committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    fcd3485 View commit details
    Browse the repository at this point in the history
  3. Update index.html

    Voidwaker committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    972f211 View commit details
    Browse the repository at this point in the history
  4. Update index.html

    Voidwaker committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    c34302f View commit details
    Browse the repository at this point in the history
  5. Update index.html

    Voidwaker committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    e64ba35 View commit details
    Browse the repository at this point in the history
  6. some last minute alignment

    some alst minute alignment adcjustments due to feedback
    Voidwaker committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    1de3247 View commit details
    Browse the repository at this point in the history
  7. Update index.html

    Voidwaker committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    57e084b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. had forgot to switch from norwegian to english

    forgit some small things, forgot to switch from norwegian to engelish, and forgit  </imput>
    Voidwaker committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a29ee5f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    9ad4447 View commit details
    Browse the repository at this point in the history
  2. removed <lin rel=

    removed the bootstrap min css link in head on all pages,
    Voidwaker committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    52ef317 View commit details
    Browse the repository at this point in the history
  3. Update index.html

    added the right form validation. so now bot email and passowrd is required to "login"
    Voidwaker committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3c6da6e View commit details
    Browse the repository at this point in the history
  4. added custom follow button

    added custom follow button ( one of the reqwuirements was to have one on the profilepage.
    Voidwaker committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ab53cb9 View commit details
    Browse the repository at this point in the history
  5. fixing horisontal scrollbar

    trying to fix the horisontal scrollbar
    Voidwaker committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b0d3a8e View commit details
    Browse the repository at this point in the history
  6. Update index.html

    Voidwaker committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ff7387e View commit details
    Browse the repository at this point in the history
  7. form validation

    form validation currently done, follow button on the profile page is also done, the horizontale scrollbar on the profilpage is also done, now its just the clean up left. or atleast i hope so + need to get the diffrents >scripts> to run propperly
    Voidwaker committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8309d39 View commit details
    Browse the repository at this point in the history
  8. Update index.html

    took the time to remove some of the hardcoded posts on the profile page (its not nessecery to have 10 of them) reduced it to 4.
    Voidwaker committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    41d7765 View commit details
    Browse the repository at this point in the history
  9. Update index.html

    when im on it, jsut added a "uinfollow" button aswell. so its matching
    Voidwaker committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2ef64ac View commit details
    Browse the repository at this point in the history
  10. Update index.html

    bold tekst on the buttons so its easier to read (black on green can be differcult to read sometimes)
    Voidwaker committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b255797 View commit details
    Browse the repository at this point in the history
  11. Update index.html

    swapped location on the "search for posts" and the filtering with the create post  (looks better with the creat post at the top, and the sorting and filtering on top of the "cards with the posts info"
    Voidwaker committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4aa6fe6 View commit details
    Browse the repository at this point in the history
  12. Update index.html

    Voidwaker committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    78d2289 View commit details
    Browse the repository at this point in the history
  13. Update index.html

    fixed the scrollbar on the feed page (it was the same error as on the profile page (had forgot to add some break points
    Voidwaker committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4539ecd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. deleted index.css and index.map.css files

    deleted the files that were located on the wrong place.
    Voidwaker committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c63a4d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    aef60f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. removed a button

    removed the unfollow button i added (it didnt look right.
    Voidwaker committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0c06482 View commit details
    Browse the repository at this point in the history
  2. trying to fix 405 error

    Voidwaker committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    204a782 View commit details
    Browse the repository at this point in the history
  3. Update index.html

    trying to fix the 405 error when pressing the login button
    Voidwaker committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    40bf06a View commit details
    Browse the repository at this point in the history
  4. dev independencies

    npm install --save-dev npm-run-all
    and tested the command
    Voidwaker committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    26e343f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. live-server

    live-server added
    Voidwaker committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    db68456 View commit details
    Browse the repository at this point in the history
  2. Update index.html

    updates index.html tryiong to get rid of the horisontale scrollbar that appares when the screenzise is below 188px
    Voidwaker committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e458555 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. api

     export base api
    Voidwaker committed May 12, 2024
    Configuration menu
    Copy the full SHA
    42643b3 View commit details
    Browse the repository at this point in the history
  2. forms

    added both a register and a login form.
    Voidwaker committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d03192a View commit details
    Browse the repository at this point in the history
  3. Update index.html

    form
    Voidwaker committed May 12, 2024
    Configuration menu
    Copy the full SHA
    2b0e5fd View commit details
    Browse the repository at this point in the history
  4. Update index.html

    added text messages to errors when filling out the register form!
    Voidwaker committed May 12, 2024
    Configuration menu
    Copy the full SHA
    8fe756b View commit details
    Browse the repository at this point in the history
  5. form

    form, logging registration credentials (password, mail, name
    Voidwaker committed May 12, 2024
    Configuration menu
    Copy the full SHA
    eef5e40 View commit details
    Browse the repository at this point in the history
  6. register form fixed

    loggin password,name,email etc fixed register form
    Voidwaker committed May 12, 2024
    Configuration menu
    Copy the full SHA
    4819fd3 View commit details
    Browse the repository at this point in the history
  7. login form

    adding the js for the login form now
    Voidwaker committed May 12, 2024
    Configuration menu
    Copy the full SHA
    ba409a8 View commit details
    Browse the repository at this point in the history
  8. login

    login
    Voidwaker committed May 12, 2024
    Configuration menu
    Copy the full SHA
    a4db607 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. redid my login and register

    redid my login and register so that they are on to seperate html sheets, making it cleaner and easier to follow
    Voidwaker committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9972362 View commit details
    Browse the repository at this point in the history
  2. form

    Voidwaker committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e87a74a View commit details
    Browse the repository at this point in the history
  3. redid the register form js

    redid all the js (it got too cluncky and hard to read/see whats going on
    Voidwaker committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6a4326d View commit details
    Browse the repository at this point in the history
  4. login/register

    loing and register logging crusial information needed (the right infor for the api)
    Voidwaker committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5a61ea2 View commit details
    Browse the repository at this point in the history
  5. form

    Voidwaker committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a3d9561 View commit details
    Browse the repository at this point in the history
  6. accestoken error

    i don not get the accestoken, still working on it!
    Voidwaker committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4480e90 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. fixed login

    when logging inn, i get every thing i need in the console now, accesToken etc
    Voidwaker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3d7a09f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. added local storage

    local storage nows store user profile, when loggin in
    Voidwaker committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d28d795 View commit details
    Browse the repository at this point in the history
  2. alert when registration is sucessful

    added alert when the user is registerd
    Voidwaker committed May 16, 2024
    Configuration menu
    Copy the full SHA
    22be1b3 View commit details
    Browse the repository at this point in the history
  3. login alert

    added an alert when you sucessfuly logg inn
    Voidwaker committed May 16, 2024
    Configuration menu
    Copy the full SHA
    62376d4 View commit details
    Browse the repository at this point in the history
  4. update,read,delete posts

    Voidwaker committed May 16, 2024
    Configuration menu
    Copy the full SHA
    927b332 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. create

    Voidwaker committed May 19, 2024
    Configuration menu
    Copy the full SHA
    59238b3 View commit details
    Browse the repository at this point in the history
  2. create posts

    Voidwaker committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7d6e7a6 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. posts

    posts
    Voidwaker committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6a02d9e View commit details
    Browse the repository at this point in the history
  2. 401 error fixed

    got it to work, have been struggeling with a 401 error when "creating a post" turns out it was because i wrote json instead of JSON
    Voidwaker committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6e9dd63 View commit details
    Browse the repository at this point in the history
  3. test and fetch

    trying to test it and fetch the posts.
    Voidwaker committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3ba6060 View commit details
    Browse the repository at this point in the history
  4. fething 100 posts

    now fetching 100 posts.
    Voidwaker committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e6e0080 View commit details
    Browse the repository at this point in the history
  5. fetching posts

    fetching posts, and removing some hardcoded "posts" that i used for the css-frameworks assignment
    Voidwaker committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f085ef1 View commit details
    Browse the repository at this point in the history
  6. fixed html for creating and editing a post

    fixed form to create and edit a post.
    Voidwaker committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b9559f6 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Update index.html

    Voidwaker committed May 21, 2024
    Configuration menu
    Copy the full SHA
    aaf3f32 View commit details
    Browse the repository at this point in the history
  2. posts

    can post posts now.
    Voidwaker committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a0ba631 View commit details
    Browse the repository at this point in the history
  3. Update post.mjs

    Voidwaker committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f3e4c25 View commit details
    Browse the repository at this point in the history
  4. Update updatePost.mjs

    Voidwaker committed May 21, 2024
    Configuration menu
    Copy the full SHA
    263e1bd View commit details
    Browse the repository at this point in the history
  5. Update updatePost.mjs

    js docs
    Voidwaker committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c64bbd8 View commit details
    Browse the repository at this point in the history
  6. Update updatePost.mjs

    Voidwaker committed May 21, 2024
    Configuration menu
    Copy the full SHA
    cdde4ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc7e664 View commit details
    Browse the repository at this point in the history
  8. removed console.log

    removed every console.log used for testing the diffrent features made
    Voidwaker committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0730cfa View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Voidwaker authored May 21, 2024
    Configuration menu
    Copy the full SHA
    0f8f2e2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Update update.mjs

    updated my jsdoc to be more spesiffic and giving an even better explanation and a better example
    Voidwaker committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f14a339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b14e87c View commit details
    Browse the repository at this point in the history
  3. updated nav

    updated navigation between login and register to make it more userfrendly
    Voidwaker committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a4b01c9 View commit details
    Browse the repository at this point in the history
  4. some minor improvements

    some imporvements
    Voidwaker committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2928a02 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Voidwaker authored May 22, 2024
    Configuration menu
    Copy the full SHA
    566b893 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Voidwaker authored May 22, 2024
    Configuration menu
    Copy the full SHA
    f224101 View commit details
    Browse the repository at this point in the history