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.
Clone the repository using:
Clone with SSH
git clone git@gitlab.com:MoiOcanas1/blog-app.gitClone with URL
git clone https://gitlab.com/MoiOcanas1/blog-app.gitTo start to use it first run on your terminal:
npm install
Then just run:
npm start