Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.38 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.38 KB

Photosnap

Demo 📸


Application deploy with Netlify: 💨

https://photosnap-wsl.netlify.app

📜 About the Project

Photosnap is a fictional website multi-page for a platform for photographers and visual storytellers that aims to share photographs, tell stories and connect with others in their profession. This project was made as a challenge to test my skills on the frontend and review my knowledge by applying it to a project.

🛠 Technologies

  • React.js
  • Styled-components
  • Eslint
  • Prettier
  • Typescript
  • EditorConfig

  • 💻 How to run the application

    Pre-requisites:

    You must have the tools installed: Git, Node.js.

    # In the terminal, clone the project:
    $ git clone https://github.com/Wesley-wsl/photosnap.git
    
    # Enter the project folder:
    $ cd photosnap
    
    # Install dependencies:
    $ yarn install
    or
    $ npm install
    
    # Run the application:
    $ yarn start
    or
    $ npm run start
    

    Okay, now you can access the application from the route: https://localhost:3000/