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
The site is built with:
Getting Started Installing:
Clone the repository using HTTPS: git clone https://github.com/NoroffFEU/fed2-js2-ca-VeronikaAas
Running the Application: