❯ try me! https://portafolio-uno.vercel.app/
- Overview
- Features
- Repository Structure
- Modules
- Getting Started
- Project Roadmap
- Contributing
- License
- Acknowledgments
❯ 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.
❯ 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.
└── 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 |
JavaScript: version x.y.z
Build the project from source:
- Clone the portafolio_uno repository:
❯ git clone https://github.com/arturoLievano/portafolio_uno
- Navigate to the project directory:
❯ cd portafolio_uno
- Install the required dependencies:
❯ npm install
To run the project, execute the following command:
❯ node app.js
Execute the test suite using the following command:
❯ npm test
Contributions are welcome! Here are several ways you can contribute:
- Report Issues: Submit bugs found or log feature requests for the
portafolio_uno
project. - Submit Pull Requests: Review open PRs, and submit your own PRs.
- Join the Discussions: Share your insights, provide feedback, or ask questions.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/arturoLievano/portafolio_uno
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!