An open API service indexing awesome lists of open source software.

https://github.com/dev-shelvin-batista/creative-portfolio

Frontend project for a responsive design aimed at companies that need to showcase their portfolio.
https://github.com/dev-shelvin-batista/creative-portfolio

design resposive-design ui-ux ui-ux-design

Last synced: about 1 month ago
JSON representation

Frontend project for a responsive design aimed at companies that need to showcase their portfolio.

Awesome Lists containing this project

README

          

# Project details

Project created as an example of responsive design for companies that need to display a portfolio, generating data from RESTful APIs. For this example, a .json file was used to generate the data, but a URL can also be used.

| |Version |
|----------------|-------------------------------|
|Javascript | |
|ES6 | |

## Important note

To see a demonstration of this design, select the following link: [Demo](https://dev-shelvin-batista.github.io/creative-portfolio/)

## Instructions

To run the frontend project, follow these steps:

- Clone the project, either with the command git clone `https://github.com/dev-shelvin-batista/creative-portfolio.git` or using a GitHub graphical tool.
- It is recommended to install and use a local server for testing, such as Wampserver, Xampp, or Apache, as a server is required to obtain data such as RESTful services. Otherwise, a browser security error will occur when attempting to access the URL.
- Copy the generated folder to the installed server folder.
- Use the default URL of the installed local server, for example: `http://localhost/creative-portfolio/`