A Static web social media application
-
Profile page
- showing your profile and your posts
-
Responsive design
- Desktop, tablet and mobile friendly across most common browsers
Figma Prototypes
- Bootstrap
- SASS
To clone and run this application you will need Git and NodeJs
From the command line:
# Clone this repository
git clone https://github.com/Malkenes/css-frameworks-ca.git
# Go into the repository
cd css-frameworks-ca
# Install dependencies
npm install
To run the application in development mode
npm start
Marius Malkenes