Skip to content

Latest commit

 

History

History
87 lines (68 loc) · 2.21 KB

File metadata and controls

87 lines (68 loc) · 2.21 KB
Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

A Front-end only implementation of a social media newsfeed. I created this component to improve my vanilla css skillset and to showcase my ability for responsive design.

Project Link: github.com/ecetino/newsfeedComponent
Demo Link: newsfeed-component-demo.vercel.app/

Demo

demo

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • npm
    npm install npm@latest -g
    

Installation and starting the project

  1. Clone the repo and then cd into the repo
    git clone https://github.com/ecetino/newsfeedComponent.git
  2. Install NPM packages
    npm install
  3. Run with NPM
    npm start
  4. Go to localhost:3000 on your browser to view the Newsfeed component.

Contact