This web app consumes data from blog api created with Nest JS found on this link
1, download or clone the current repository using
git clone https://github.com/gebrina/react-blog.git
2, open cmd on the newly crated folder and install dependencies
npm install --force
3, run the project the server
npm start
4, it will redirect you to your default browser and will use port 5000
5, you are ready to go
1, React (TS Based)
2, Styled Component (for React)
3, React Query
Don't forget cloning the api; for more info go to blog-api