Closed heropj closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
universal-box | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Oct 7, 2024 9:32pm |
[!IMPORTANT]
Review skipped
Auto incremental reviews are disabled on this repository.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
The changes introduce a complete React portfolio template in the template/Portfolio-Websites/React/v2
directory. This includes essential files such as .gitignore
, README.md
, package.json
, and various React components for structuring the portfolio. The project utilizes Tailwind CSS for styling and incorporates a variety of components to showcase skills, projects, and contact information. Additionally, configuration files for Tailwind and a detailed guide in v2.md
are provided to assist users in setting up and customizing the portfolio.
File Path | Change Summary |
---|---|
template/Portfolio-Websites/React/v2/.gitignore |
Added a .gitignore file specifying files and directories for Git to ignore. |
template/Portfolio-Websites/React/v2/README.md |
Introduced a README outlining the portfolio's purpose, features, and setup. |
template/Portfolio-Websites/React/v2/components.json |
Added a configuration file for the React component library with various settings. |
template/Portfolio-Websites/React/v2/package.json |
Created a package.json file with project dependencies and scripts. |
template/Portfolio-Websites/React/v2/public/index.html |
Added an HTML entry point for the React application. |
template/Portfolio-Websites/React/v2/src/App.js |
Introduced the main App component with routing setup. |
template/Portfolio-Websites/React/v2/src/components/*.jsx |
Added multiple components: PortfolioGrid , ContactForm , Educard , Education , DevAnimation , Home , and Project . |
template/Portfolio-Websites/React/v2/src/components/education/educationlist.js |
Added a constant edulist for educational entries. |
template/Portfolio-Websites/React/v2/src/index.js |
Created an entry point for the React application. |
template/Portfolio-Websites/React/v2/tailwind.config.js |
Added Tailwind CSS configuration for the project. |
website/content/Templates/Portfolio-Websites/Advanced/React/v2.md |
Introduced a guide for the portfolio website setup and features. |
Objective | Addressed | Explanation |
---|---|---|
Dynamic fully functional simple React portfolio template. (Issue #117) | β | |
Easily customizable. (Issue #117) | β | |
Include React as the tech stack. (Issue #117) | β | |
Provide a README for project setup. (Issue #117) | β | |
Specify the directory path for the template. (Issue #117) | β |
π° In a world of code and design so bright,
A portfolio blooms, a true delight.
With skills and projects all on display,
A rabbitβs dream, come join the play!
From React to Tailwind, itβs all in sight,
Hop in and explore, it feels just right! πβ¨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Perfect!!
Description
Added template under portfolio section. This template is made using reactJS.
Fixes #117
Type of Change
Please delete options that are not relevant.
Checklist
Additional Notes
More features will be added to this template soon!!
Summary by CodeRabbit
Release Notes
New Features
Documentation
Styles