Skip to content

alejandroaperez1994g/blog-with-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#html #css #js #dom #JSON #HTTP #API #Bootstrap #master-in-software-development

Blog with API

Version

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.

Index

Install

  • 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

Starting

This is a project that simulates the display of posts brought from an API, being able to delete them and modify the content.

Technologies used

  • HTML
  • CSS
  • JS
  • Bootstrap
  • HTTP Requests
  • JSON
  • API

Preview

image image

Work Log

image image image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.7%
  • HTML 26.9%
  • CSS 24.4%