xvferdy / beginner-portfolio

⭐ ⭐ ⭐ ⭐ ⭐

Home Page:https://berlianto.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

beginner-portfolio

ℹ️ Note
So I have not been code for 7 months and guess what.., when I want to make an application with ReactJS I don't even know how to import a things. LOL

This website inspired by 🚀 Hendra Agil

📍Table of Contents

🌍 About the Project

Trying to create the web portfolio again and store the latest small project as a coding exercise specially for the frontend side. Currently I'm trying to have a grasp of web dev/flow and next I will study more for getting better.

List of Beginner Project:

🔹 🚩 [6] previous-portfolio
🔹 🚩 [5] jojo-tarot
🔹 🚩 [4] shopping-cart-app
🔹 🚩 [3] simple-chat-app
🔹 🚩 [2] Loopstudios landing page *updated
🔹 🚩 [1] how-to-be-a-millionaire
🔹 🚩 [0] Base Apparel coming soon page *updated

Preview 🕶️

👀 Built With

  • ReactJS
  • Sass
  • Material-UI
  • 💙

📥 Getting Started

Prerequisites

Node
Node
Npm
Npm
Git
Git
Sass
Dart Sass
~v12.x ~v8.x installed ~v1.43.x compiled with dart2js v2.14.4

File Structure Overview

beginner-portfolio
├── node_modules
├── public
├── src
│   ├── assets
│   ├── components
│   ├── layouts
│   ├── pages
│   ├── stylesheets
│   │   ├── css
│   │   └── scss
│   │       ├── base
│   │       ├── components
│   │       ├── helpers
│   │       ├── pages
│   │       └── style.css 
│   ├── utils
│   ├── App.js
│   └── index.js
├── .env
├── .env.sample
├── .gitignore
├── netlify.toml
├── package-lock.json
├── package.json
└── README.md

📦 Installation

npm install
npm start

©️ Acknowledgments

About

⭐ ⭐ ⭐ ⭐ ⭐

https://berlianto.netlify.app


Languages

Language:JavaScript 62.4%Language:SCSS 32.8%Language:HTML 4.8%