Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.17 KB

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