https://wish-board.netlify.app/
Wishboard is a frontend React app to a simple image collection service that let's users search for images from Unsplash.com and allows to save selected images to their own "board".
React JS - A JavaScript library for building user interfaces
Redux Toolkit - The official, opinionated, batteries-included toolset for efficient Redux development
SASS - Sass is the most mature, stable, and powerful professional grade CSS extension language in the world
Bootstrap - Powerful, extensible, and feature-packed frontend toolkit
Material UI - MUI offers a comprehensive suite of UI tools to help you ship new features faster.
-
Clone this repository and open the project folder.
-
Run
npm install
to install all necessary dependencies. -
Create .env file in root directory, add
VITE_API_URL=https://wishboard-356714.ey.r.appspot.com/
line and save. -
Run
npm start
to launch the Vite server and follow the exposed localhost port.