/Portfolio

A personal application that shows off my entire career as a Frontend Developer. It contains personal projects, information about me and a contact form.

Primary LanguageJavaScript

Portfolio made with React and TailwindCSS

Netlify Status Live Demo


Table of Contents
  1. About The Project
  2. Getting Started
  3. Demo
  4. Contact

About The Project



The application was built with React and TailwindCSS. It presents my personal projects that I have done. A little inforamtion about me, who I am and what I'm doing. Also you can contact with me if you want to colborate on projects, learning togeter or let me make you future website.

Built With

Application was built with:

Getting Started

Follow the instructions bellow to start the project on your own machine.

Prerequisites

  • Basic knowledge of React
  • Basic knowledge of TailwindCSS

Installation

  1. Get a free accout on EmailJS for secret keys (Only if you would like to send emails via contact form!).
  2. Clone the repo
    git clone https://github.com/Simply-man/unsplash-gallery.git
  3. Install NPM packages
    npm install
  4. Create file .env in you main directory (Only if you would like to send emails via contact form!)
  5. Enter your SECRET KEYS in .env (Only if you would like to send emails via contact form!)
    const REACT_APP_SERVICE_ID = 'ENTER YOUR SERVICE KEY FROM EMAILJS';
    const REACT_APP_TEMPLATE_ID = 'ENTER YOUR TEMPLATE KEY FROM EMAILJS';
    const REACT_APP_USER_ID = 'ENTER YOUR USER KEY FROM EMAILJS';

Demo

Check the application in the real world Demo

Contact

Bartłomiej Popiołek - @Linkedin - popiolekbartlomiej369@gmail.com

Project Link: @Github