Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 995 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 995 Bytes

Blog-App

Posts app using the JSonPlaceHolder API as the main tool, in addition to React, Redux, Styled Components, Bootstrap and some help libraries. It is divided between pages using React Router. Also, it makes calls using axios as the main tool. The data is handled using redux and assigned to the different components with props or query params.

Instructions to use

Clone the repository using:

Clone with SSH

git clone git@gitlab.com:MoiOcanas1/blog-app.git

Clone with URL

git clone https://gitlab.com/MoiOcanas1/blog-app.git

Usage

To start to use it first run on your terminal:

npm install

Then just run:

npm start

Stack