https://github.com/codehagen/codenord-homepage
Created with CodeSandbox
https://github.com/codehagen/codenord-homepage
Last synced: 2 months ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/codehagen/codenord-homepage
- Owner: Codehagen
- Created: 2023-02-05T18:23:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T18:23:50.000Z (over 3 years ago)
- Last Synced: 2025-01-26T17:44:53.365Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/meglerhagen/Codenord-homepage
- Size: 2.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# # Clever Programmer ReactJS Portfolio Template

## LIVE DEMO
## Description
This is a ReactJS based personal resume website template for participants of The 6 Figure JavaScript ReactJS Challenge by Clever
## Make it Your Own!
#### PREREQUISITES:
- Sign up for a Netlify account HERE
- Install Node JS in your computer HERE
#### PROCEDURE:
- Download the zip folder from Github and unzip it
Here is the link to download zip 👉
HERE
- Open the folder in VS Code
- Edit src/portfolio.js and add your personal details and projects
- Open terminal in VS Code
- RUN npm init , this command can be used to set up a new or existing npm package
- RUN npm install , this command pulls out all the require node modules
- RUN npm run build, this command will create a build folder for you
- DRAG AND DROP the BUILD folder on Netlify, your app is live now for the world to see
## Credits
#### Credits to Saad Pasta Original Repo