Table of Contents
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/
- React
- Create React App
- Vanilla CSS
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
- Clone the repo and then cd into the repo
git clone https://github.com/ecetino/newsfeedComponent.git
- Install NPM packages
npm install
- Run with NPM
npm start
- Go to localhost:3000 on your browser to view the Newsfeed component.