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.
- 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.
- Clone the repository
git clone
- Install NPM packages
npm install
- Run the project
npm run start
- Open the project in your browser
http://localhost:3000/
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.