GitXplorerGitXplorer
z

blog-page

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
5d9d592225728b748dd16678f0a146f74ad28abc

Update README.md

zzbigniewstefaniuk committed 3 years ago
Verified
d23d88611db25c9bb495f3a4f81fce095c67100e

Update README.md

zzbigniewstefaniuk committed 3 years ago
Unverified
a95a2b6b2b40831cb7ab2c28cc4d666e9464b601

feat: adding post to favorite

zzbigniewstefaniuk committed 4 years ago
Unverified
c5f85867d7c2c15b252629a34f88e1ba13e70e88

add: basic styles - lack of time

zzbigniewstefaniuk committed 4 years ago
Unverified
4c86e3eefea26a7fd2d818b1fc6935d121f3bf2f

feat: fetch single post

zzbigniewstefaniuk committed 4 years ago
Unverified
a5b9002dcd48b0f5fc2018ac04fafbb95094d862

add: displaying post with comments

zzbigniewstefaniuk committed 4 years ago

README

The README file for this repository.

Simple blog made with redux-toolkit

App using React and Redux / Redux-toolkit

Basitc website with routes - home, contact, aboout User also can see posts, oon click can see details with coomments and he can even add own comment and add poost to favorites

  1. Clone the repo
git clone https://github.com/zbigniewstefaniuk/blog-page
  1. Navvigate to folder
cd blog-page
  1. Install dependencies
yarn
  1. Start app
yarn dev

Open http://localhost:3000 to view it in the browser.