A web application that allows a user to create picture collage using pictures from the user's local file system or pictures searched from the web.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node version 12.13.0 or higher
Clone git repo
git clone [email protected]:tperdue/vision-board.git
Change into directory where repo was cloned.
cd vision-board
Install dependencies.
npm install
Run project.
npm start
Add additional notes about how to deploy this on a live system
The application's user authentication system is using Firebase
Code:
Login React Component: src/tim-component/Login.js
Redux Actions: src/redux-store/actions/user.js
Redux Reducer: src/redux-store/reducers/user.js
- React - A declarative, efficient, and flexible JavaScript library for building user interfaces.
- Material UI - A React UI component library.
- Axios - Promise based HTTP client for the browser and node.js
- Firebase - Used for serverless backend infrastructure.
- Michael Le - Image Download,Image Web Search, Template Color Picker - LeMichael07
- Reena Gouldbourne - Template Design and Selection, Image Upload, Image Download, Application Styling, Animations/Icons - ReenaGo
- Tim Perdue - User Authentication, User Board Management, Alert & Dialogs- TPerdue
- Veronica Johnson - Image Editing, Canvas Text Selection - JOHNSOV5
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc