baresi687 / javascript-2-ca

Social media Frontend with focus on CRUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript 2 Course Assignment

Produce a Social media JavaScript front-end client that allows for viewing, posting, editing and deleting social media content.

User stories

  • User with @noroff.no or @stud.noroff.no email can register profile
  • Registered user can Sign in
  • User can view a post content feed
  • User can filter the post content feed
  • User can search the post content feed
  • User can view a post content item by ID
  • User can create a post content item
  • User can update a post content item
  • User can delete a post content item

Built With

Getting Started

Installing

  1. Clone the repo:
git clone git@github.com:baresi687/javascript-2-ca.git
  1. Install the dependencies:
npm install

Running

To run the app, run the following commands:

npm run build
npm run preview

Note: On signing up the email does not have to be a real email address. It just needs to have the ending '@noroff.no' or '@stud.noroff.no'

Contact

My LinkedIn page

About

Social media Frontend with focus on CRUD


Languages

Language:HTML 54.4%Language:JavaScript 45.6%Language:CSS 0.1%