- Description of the project
- Technologies used
- Usage
- Installation
- Link URL to GitHub Repository
- Link URL to deployed App
This project is a single page REACT portfolio for a photographer.
Project is created using:
- JavaScript
- Nodejs
- REACT
- JEST
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. -
Enjoy and don't hesitate to contribute! 🙂