#html
#css
#js
#dom
#JSON
#HTTP
#API
#Bootstrap
#master-in-software-development
In this project we put into practice the knowledge acquired on how to make HTTP requests to create a blog that consumes information from a third-party API. You'll also learn how to use the Bootstrap Framework for design.
- Download repository
git clone git@github.com:alejandroaperez1994g/blog-with-api.git
cd blog-with-api
- Install json-server
npm install
- Execute json-server
npm run server
This is a project that simulates the display of posts brought from an API, being able to delete them and modify the content.
- HTML
- CSS
- JS
- Bootstrap
- HTTP Requests
- JSON
- API