The challenge was to create a website that mimics a blog. The content had to be from headless CMS and coded with React Router. Pages had to be paginated with a limit of 4 posts per page.
The project uses node and npm. To run the app on your machine you should install all dependencies.
git clone https://github.com/FilipDrzazga/React-Router-blog.git
npm install
npm run start
- React
- Hooks
- React-router
- Styled-Components
- prismic.io
- Webpack
- Unsplash
https://filipdrzazga.github.io/React-Router-blog/
Thanks to my Mentor for providing me with this task and for code review.