MyPetProjectHub is a web application that allows users to share and discover pet-related projects.
-
https://undraw.co/search/code undraw.co is a website with a library of free, open-source illustrations that can be used for commercial and non-commercial purposes without attribution
-
https://contentful.com Contentful is a headless CMS that provides a flexible and scalable way to manage and deliver content across multiple platforms and devices.
-
https://github.com/contentful/contentful.js Contentful.js is the official JavaScript SDK for Contentful, allowing developers to easily interact with the Contentful Content Delivery API and Content Management API in their JavaScript applications.
-
https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/entries/entries-collection The Contentful Content Delivery API is a RESTful API that allows developers to retrieve published content from a Contentful space. It provides endpoints for querying entries, assets, and content types, enabling developers to build dynamic applications that consume content managed in Contentful.
- Clone a project:
git clone
https://github.com/SimAndrew/MyPetProjectHub.git
- Open project code in your editor.
- Install the dependencies, enter into the terminal:
npm install

