Reactfolio is a modern and customizable personal portfolio web template built using the popular React library. It provides me to showcase my work, skills, and achievements in a professiona and visually appealing way with its responsive design and clean code.
Live demo here: ujjwal.portfolio
📙 Features
- 📖 Multi-Page Layout
- Home
- About
- Projects
- Articles
- Contact
- 📱 Fully Responsive
- 🛠 Easy configurations
📚 Getting started
Clone down this repository. You will need NodeJS
and git
installed globally on your machine.
🛠 Setup Instructions
-
Installation:
npm install
-
Run the project:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
That's it! My React portfolio app should now be up and running
📁 Folder structure
/public
: publicly accessible contents (ex: images, media)./src
: all the components used in this project./src/components/
: each reusable components of each pages./src/data
: configurations of the web app./src/pages
: pages that include in the web app.
🌱 Contribution
If you have any suggestions on what to improve in Reactfolio and would like to share them, feel free to leave an issue or fork project to implement your own ideas