A web application inspired by Pinterest, designed to help you organize and manage your ideas visually.
View Demo
·
Report Bug
·
Request Feature
- Get a free API Key at https://api.pexels.com
- Clone the repo
git clone https://github.com/akzholasanov/sakta.git
- Install NPM packages
npm install
- Enter your API in
.envVITE_API_URL = 'https://api.pexels.com'; VITE_API_KEY = 'YOUR_API_KEY';
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin https://github.com/akzholasanov/sakta.git git remote -v # confirm the changes - Run the app
npm run dev