Skip to content

Latest commit

 

History

History
196 lines (154 loc) · 6.08 KB

README.md

File metadata and controls

196 lines (154 loc) · 6.08 KB

PORTAFOLIO_UNO-logo

PORTAFOLIO_UNO

❯ try me! https://portafolio-uno.vercel.app/

license last-commit repo-top-language repo-language-count


Table of Contents

Overview

❯ Key Components: Frontend: Built with React.js, providing a dynamic and responsive user interface. Backend: Powered by Node.js and Express.js, handling API requests and routing. Styling: Utilizes CSS3 for modern and sleek design. Deployment: Hosted on Vercel, offering fast and reliable access.


Features

❯ The project includes several notable features: Interactive UI. API Management: Efficient handling of data and requests through Node.js and Express.js. Modern Design: Clean and professional look achieved with CSS3. Responsive Layout: Ensures the portfolio looks great on all devices. Fast Hosting: Vercel deployment ensures quick load times and reliability.


Repository Structure

└── portafolio_uno/
    ├── Images
    │   ├── readme-img.png
    │   └── readme-img1.png
    ├── README.md
    ├── package-lock.json
    ├── package.json
    ├── public
    │   ├── favicon.png
    │   ├── index.html
    │   ├── manifest.json
    │   └── robots.txt
    └── src
        ├── App.css
        ├── App.js
        ├── App.test.js
        ├── Assets
        ├── components
        ├── index.css
        ├── index.js
        ├── index.scss
        ├── reportWebVitals.js
        ├── setupTests.js
        └── style.css

src.components.Resume
File Summary
ResumeNew.js portafolio_uno, is a personal portfolio website built using React.js for a dynamic user interface. It features a Node.js and Express.js back-end to manage APIs and routing, and utilizes CSS3 for modern styling. The project was developed in VSCode and deployed on Vercel for fast and reliable hosting

Getting Started

Prerequisites

JavaScript: version x.y.z

Installation

Build the project from source:

  1. Clone the portafolio_uno repository:
❯ git clone https://github.com/arturoLievano/portafolio_uno
  1. Navigate to the project directory:
cd portafolio_uno
  1. Install the required dependencies:
❯ npm install

Usage

To run the project, execute the following command:

❯ node app.js

Tests

Execute the test suite using the following command:

❯ npm test

Contributing

Contributions are welcome! Here are several ways you can contribute:

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/arturoLievano/portafolio_uno
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


License

This project has no licences