{"id":29835020,"url":"https://github.com/marifervl/inner-rework","last_synced_at":"2026-04-11T06:01:41.643Z","repository":{"id":305367222,"uuid":"1021011004","full_name":"MariferVL/inner-rework","owner":"MariferVL","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-28T02:56:03.000Z","size":31457,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-30T15:02:50.025Z","etag":null,"topics":["framer-motion","nextjs15","react","tailwindcss","vercel"],"latest_commit_sha":null,"homepage":"https://marifervl.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MariferVL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-16T18:29:21.000Z","updated_at":"2025-11-28T02:56:06.000Z","dependencies_parsed_at":"2025-07-19T20:24:43.694Z","dependency_job_id":"04f1229c-3cd5-41b8-8554-2f46ccf1d4cc","html_url":"https://github.com/MariferVL/inner-rework","commit_stats":null,"previous_names":["marifervl/inner-rework"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MariferVL/inner-rework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariferVL%2Finner-rework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariferVL%2Finner-rework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariferVL%2Finner-rework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariferVL%2Finner-rework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MariferVL","download_url":"https://codeload.github.com/MariferVL/inner-rework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariferVL%2Finner-rework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31670383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framer-motion","nextjs15","react","tailwindcss","vercel"],"created_at":"2025-07-29T12:16:16.079Z","updated_at":"2026-04-11T06:01:41.626Z","avatar_url":"https://github.com/MariferVL.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Marifer VL - Personal Portfolio\n\n![Portfolio Screenshot](./public/images/screenshot.webp)\n### [Live Demo](https://marifervl.vercel.app) ---\n\n## 🚀 About This Project\n\nThis is my personal portfolio, designed and built to showcase my skills in frontend development, my projects, and a bit about myself. The project is built from scratch using a modern, performant, and scalable tech stack centered around Next.js 15 and React 19.\n\nThe entire site features a clean, futuristic aesthetic with smooth animations and a strong focus on user experience. It is also fully internationalized, supporting both English and Spanish.\n\n## ✨ Key Features\n\n-   **Modern Tech Stack**: Built with Next.js 15 (App Router \u0026 Turbopack), React 19, and Tailwind CSS v4.\n-   **Internationalization (i18n)**: Fully bilingual (English/Spanish) using Next.js Middleware for locale detection.\n-   **Component-Based Architecture**: A clean and organized structure with reusable components for UI elements and sections.\n-   **Smooth Animations**: Engaging user experience with animations powered by `Framer Motion`.\n-   **Fully Responsive Design**: Looks great on all devices, from mobile phones to desktops.\n-   **Optimized for Performance**: Fast load times and optimized builds, thanks to Next.js features and Turbopack.\n\n## 🛠️ Tech Stack\n\n-   **Framework**: [Next.js](https://nextjs.org/) 15.3.5\n-   **Library**: [React](https://react.dev/) 19\n-   **Styling**: [Tailwind CSS](https://tailwindcss.com/) v4\n-   **Animations**: [Framer Motion](https://www.framer.com/motion/)\n-   **Internationalization**: [@formatjs/intl-localematcher](https://formatjs.io/) \u0026 [Negotiator](https://github.com/jshttp/negotiator)\n-   **Icons**: [React Icons](https://react-icons.github.io/react-icons/)\n-   **Linting**: [ESLint](https://eslint.org/)\n\n## 📁 Project Structure\n\nThe project follows a logical and organized file structure, making it easy to navigate and maintain.\n\n```\n\n/\n├── app/\n│   └── [lang]/         \\# Dynamic routes for i18n (e.g., /en, /es)\n├── components/         \\# Reusable React components\n│   ├── ui/             \\# Basic UI elements (Button, Headline)\n│   └── ...             \\# Sections (Hero, About, etc.)\n├── dictionaries/       \\# JSON files for language strings (en.json, es.json)\n├── lib/                \\# Helper functions and custom hooks\n├── middleware.js       \\# Handles language detection and routing\n├── public/             \\# Static assets (images, fonts)\n└── ...                 \\# Config files\n\n````\n\n## ⚙️ Getting Started\n\nTo run this project locally, follow these simple steps.\n\n### Prerequisites\n\nMake sure you have Node.js (v18 or later) and npm installed on your machine.\n\n### Installation\n\n1.  **Clone the repository:**\n    ```sh\n    git clone https://github.com/MariferVL/inner-rework.git\n    cd inner-rework\n    ```\n    2.  **Install dependencies:**\n    ```sh\n    npm install\n    ```\n\n### Running the Development Server\n\nExecute the following command to start the development server with Turbopack:\n\n```sh\nnpm run dev\n````\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser to see the result.\n\n## 📜 Available Scripts\n\nIn the project directory, you can run:\n\n  - `npm run dev`: Starts the development server with Turbopack.\n  - `npm run build`: Builds the application for production.\n  - `npm run start`: Starts the production server.\n  - `npm run lint`: Lints the code using Next.js' built-in ESLint configuration.\n\n## 📄 License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for more details.\n\n## 📫 Contact\n\n**Your Name**\n\n  - **LinkedIn**: [marifervl](https://www.linkedin.com/in/marifervl/)\n  - **GitHub**: [@MariferVL](https://github.com/MariferVL)\n  - **Email**: marifervl.dev@gmail.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarifervl%2Finner-rework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarifervl%2Finner-rework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarifervl%2Finner-rework/lists"}