- Description of the project
- Technologies used
- Usage
- Installation
- Link URL to GitHub Repository
- Link URL of deployed app to GitHub Pages
This repository contains all the coding data related to my official portfolio website using REACT.
Project is created using:
- JavaScript
- SASS
- CSS
- Nodejs
- REACT
- Gh-pages
Here are some guidelines for installing the project on your local machine in order to be able to try it:
-
Clone or download the repository to your own local machine and run it from your command line.
-
Then, make sure that your repo includes a package.json with the required dependencies. You can create one by running
npm init
in your command line, andnpm install
to install the dependencies. -
Run
npm start
in your terminal to launch the application. Or check the deployed app directly on this link (https://noemiegrau.github.io/noemiegrau-portfolio/). -
Enjoy and don't hesitate to contribute!! 🙂