Skip to content

nirajankarki5/vivid-craft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Vivid Craft

Vivid Craft is a software company that aims to fuse creative art and architecture with precise code to provide a digital user experience that goes beyond simple usability, transforming experiences into digital art.

Their application features a rich IMAGE GALLERY where users can:

  • Upload images
  • View uploaded images
  • Add favorite images to a personal collection
  • Download images for personal use

The images showcased are all open source and free to use. They can be displayed by category, and users can add tags for improved search functionality. Additionally, users can see the number of "likes" (favorites) for each image.

Client (frontend)

  • cd client -> npm install -> npm run dev

Technologies Used

  • React JS
  • react-router-dom
  • @tanstack/react-query
  • Material UI
  • Tailwind CSS

Server (backend)

  • cd server -> npm install -> npm start

Technologies Used

  • Node JS
  • Express JS
  • Mongo DB