Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
.DS_Store
dist/
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
41 changes: 40 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
# Javascript-2
# Javascript-2
For our Javascript-2 assignment we had to create a social media website based on our schools API. The site is made with with the school in mind and its design mimics that of our school website. It fetches all the posts from the API with an auhor linked to the posts.

You can view others posts, others profile, and you can view and edit your own posts and profile on the site.


## Built With

- HTML
- CSS
- Javascript
- Boostrap
- SASS

### Installing


1. Clone the repo:

```bash
git clone https://github.com/OJOverby/Javascript-2.git
```

2. Install the dependencies:

```
npm i

```
### Running

To run the app, run the following commands:

```bash
npm run start
```

## Contact

[Email](mailto:mail@olejorgen.no)
Loading