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.
- Clone the repository
git clone https://github.com/crystalduran/vision-board.git
- Install dependencies
Make sure you have Node.js installed and in theproject's root folder run:
npm install
- Start the development server
npm run dev
- Build for production
npm run build
- Preview the production build
npm run preview
- Add photos and text to be included in the vision board result.
- Generate a component with everything included by the user in the form of a collage.
- Exporting the vision board as an image.
- Fork the repository.
- Create a new branch.
- Implement your changes and commit them.
- Push the changes to your fork.
- Create a pull request.