Module 13 Challenge for EDX Bootcamp
Table of Contents
This was the 13th homework challenge for the EDX Bootcamp in Front End Development.
Our task was to rebuild our online portfolio using React components and functions.
N/A
To preview this app, users can create a clone of the repo in their local environment. They can then open the folder in an integrated terminal and run the following command:
npm i
This will install the relevant node modules.
The user can then run the following:
npm run dev
This will generate a local host URL that can be clicked to preview the app.
To deploy the app to GitHub Pages, the user can enter the following commands:
npm run build
npm run deploy
On the deployed site users can navigate to the Projects tab, which will display 6 projects that are generated by data stored in a JSON file.
Distributed under the MIT License. See LICENSE.txt for more information.
Richard Llewellyn - richard.lee.llewellyn@gmail.com
Project Link: https://richllew.dev/
Project Repo Link: https://github.com/RichLlew182/react-portfolio