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
- Clone the repo
git clone https://github.com/zbigniewstefaniuk/blog-page
- Navvigate to folder
cd blog-page
- Install dependencies
yarn
- Start app
yarn dev
Open http://localhost:3000 to view it in the browser.