Artify is Web Application design to showcase artifacts, allow users to add their favorite artifacts to favorite section. Built using core web technology HTML, CSS, and JavaScript.
- Smooth and Simple UI
- Store Favorites Locally
Setting up projects is simple, can be setup with few commands.
# Installing all dependencies
npm install
# Bootup development server
npm run dev
# Creating Optimized Build for Production
npm run build