Skip to content

Component-based VanillaJS application for NSS students to build

Notifications You must be signed in to change notification settings

stevebrownlee/giffygram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giffygram

For this project, you will be building a web application that lets people post their favorite gifs. Each post can be favorited by other users, and deleted by the original author.

Users can also send direct messages to each other, and be notified when they have messages.

giffygram feed image

Starting the API

Open a terminal window and go to the giffygram directory.

  1. cd api
  2. json-server giffygram.json

Starting the Web Server

Open a terminal window and go to the giffygram directory.

  1. cd src
  2. serve -l 8080 or hs if you have set up the alias

Then visit http://localhost:8080 and login with the following credentials.

Once you are authenticated, you should see two posts render to the feed component.

About

Component-based VanillaJS application for NSS students to build

Resources

Stars

Watchers

Forks

Languages