Skip to content

marianordqvist/Mood-Board-React-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team #5's group project for the React.js course at Hyper Island School

Study project "Mood board"

This is a service for creating your own mood board by searching for images using keywords, viewing, adding, and removing them.

Project links

Tools and stack:

Here's what was done:

  • Sending GET requests to a public API to fetch random photos upon the initial page load, and filtered photos based on a keyword.
  • Creating a custom photo list with the ability to add and remove photos.
  • Implementing a popup with zoomed photos and options to save or delete the photo.
  • Displaying previously saved photos on the search page by changing the "add" button to a "save" button.
  • Implementing a custom hook to display a specific number of photos depending on the screen size and load the next set of photos by clicking the "more" button.
  • Using the useContext state manager for searching and storing photos.

Project Setup Instructions

To set up this project locally, follow the steps below:

  1. Clone the Repository:

    git clone /~https://github.com/TikhonovaKs/mood-board.git
  2. Navigate to the Repository:

    cd mood-board
  3. Install the required dependencies:

    npm install

Running the Frontend:

To run the application in development mode, use the command:

npm start

About

React Mood Board & Photo inspiration App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published