This is a portfolio project developed in React to showcase my projects, skills, and contact information.
Get in touch via LinkedIn or send an email to [email protected].
- 📖 Multi-Page Layout
- Home
- About
- Projects
- Articles
- Contact
- 📱 Fully Responsive
- 🛠 Easy configurations
Clone down this repository. You will need NodeJS
and git
installed globally on your machine.
-
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.
/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.
This project is licensed under the MIT License.