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.
- Host: GitHub
- URL: https://github.com/dev-shelvin-batista/creative-portfolio
- Owner: dev-shelvin-batista
- License: gpl-3.0
- Created: 2025-09-01T08:53:37.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-09-10T05:22:01.000Z (about 2 months ago)
- Last Synced: 2025-09-10T08:56:01.396Z (about 2 months ago)
- Topics: design, resposive-design, ui-ux, ui-ux-design
- Language: CSS
- Homepage:
- Size: 949 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`