Skip to content

edgar-ishankulov/wishboard_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wishboard

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".

Built with

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.

Setup

  1. Clone this repository and open the project folder.

  2. Run npm install to install all necessary dependencies.

  3. Create .env file in root directory, add VITE_API_URL=https://wishboard-356714.ey.r.appspot.com/ line and save.

  4. Run npm start to launch the Vite server and follow the exposed localhost port.

This is my first programming pet project, so I would love to see contributions in any field. Thank you!