Skip to content

crystalduran/vision-board

Repository files navigation

Vision Board Web App

Project Description

A React based application for creating a vision board (for the coming year) through a form allowing the user to choose the things they want it to have, the result is a collage with the photos and texts the user provided. The purpose of the application is to allow people to create a vision board quickly and easily.

Installation

  1. Clone the repository
 git clone https://github.com/crystalduran/vision-board.git  
  1. Install dependencies

Make sure you have Node.js installed and in theproject's root folder run:

 npm install  
  1. Start the development server
npm run dev
  1. Build for production
npm run build
  1. Preview the production build
npm run preview

Features

  1. Add photos and text to be included in the vision board result.
  2. Generate a component with everything included by the user in the form of a collage.
  3. Exporting the vision board as an image.

Contributing

  1. Fork the repository.
  2. Create a new branch.
  3. Implement your changes and commit them.
  4. Push the changes to your fork.
  5. Create a pull request.

Result example

output photo

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published