Skip to content

Sanrivalin/portafolio-react

Repository files navigation

Portfolio Project

Description

This portfolio project is designed to showcase my skills and projects. It includes a variety of features and technologies to demonstrate my proficiency in web development.

Dependencies

  • @fontsource/outfit: Used for font styling.
  • @fontsource/roboto: Provides the Roboto font.
  • bootstrap: Framework for building responsive and mobile-first websites.
  • i18next: Internationalization library for translating web applications.
  • i18next-browser-languagedetector: Detects and sets the user's preferred language.
  • react: JavaScript library for building user interfaces.
  • react-bootstrap: React components compatible with Bootstrap.
  • react-dom: React package for DOM rendering.
  • react-i18next: React hook and components for internationalization.
  • use-local-storage: React hook for managing state in local storage.

Installation

To install the dependencies, run the following command:

npm install

Usage To start the project, run the following command:

npm start

License This project is licensed under the MIT License - see the LICENSE file for details.

This README provides a brief description of the project, lists its dependencies along with a brief description of each, and includes instructions for installation, usage, and licensing. Adjustments can be made as needed.