Skip to content

NoroffFEU/fed2-js2-ca-VeronikaAas

 
 

Repository files navigation

JavaScript 2 CA Noroff
This will end up being a pretty and functionable social media app.

So far in the project, I have worked with functions in JavaScript. I have completed the tasks required for this CA.
The elements present on the page are:

  • Registering a new user
  • Logging in with an existing user
  • Logging out a user, where the token is removed from Local Storage
  • Creating a new post
  • Editing a post
  • Deleting a post
  • A page where 12 posts are visible at once, and it is updated as soon as a new post is created
  • A page where you can open a single post by clicking on the post you want to view in the feed
I have used the API provided by Noroff, which allows for user authentication and post management.

The site is built with:

  • HTML
  • Next to nothing CSS
  • Vite
  • API for Back-End Operations

  • Getting Started Installing:
    Clone the repository using HTTPS: git clone https://github.com/NoroffFEU/fed2-js2-ca-VeronikaAas

    Running the Application:

  • Install dependencies: npm install
  • Start the development
  • server: npm run dev
  • About

    norofffeu-fed2-js2-ca-FED2-JS2-CA-template created by GitHub Classroom

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages

    • JavaScript 72.8%
    • HTML 26.8%
    • CSS 0.4%