Skip to content

The personal website by Nguyen-Hanh Nong. Built using React and Bootstrap.

License

Notifications You must be signed in to change notification settings

Nguyen-HanhNong/landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landing Page

HTML5 CSS3 JavaScript React Bootstrap Instagram API Github API

GitHub contributors GitHub stars GitHub forks GitHub issues GitHub license Node Version npm Version

About The Project

Image of Landing Page

This project contains the code for my personal landing page, which can be found at nnong.dev. The landing page is built using React and styled with Bootstrap. To produce the dynamic social media posts on the page, the backend dynamically pulls the latest information from Instagram and GitHub using the Instagram API and the Github API.

Getting Started

Prerequisites

  • The project requires Node.js and npm to run. If you do not have Node.js installed, you can download it here.
  • The project will also require git and a valid GitHub account to run. You can download git here.

Instructions

  1. Clone the repository
    git clone
    
  2. Install NPM packages
     npm install
    
  3. Run the project
    npm run start
    
  4. Open the project in your browser
    http://localhost:3000/
    

License

Distributed under the GNU General Public License v3.0. See LICENSE for more information.