FetchFriends is a social media site where users can view, post, edit, and delete posts using a provided API and its documentation.
- View posts
- Create new posts
- Edit existing posts
- Delete posts
- HTML
- Bootstrap / SCSS
- JavaScript
- Clone the repository:
git clone https://github.com/kribac12/css-ca23
- Navigate to the project directory:
cd css-ca23 - Install dependencies:
npm install
- Run the app:
npm run start npm run watch