Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2021-01-05 13:05:47 +05:30
public Storage and icon update. 2020-11-20 14:17:20 +05:30
src refactored and moved CollectionSelector to Gallery 2021-01-05 13:05:47 +05:30
.babelrc Using local and session storage to maintain session. 2020-09-13 12:00:07 +05:30
.gitignore Changed API endpoint 2020-09-14 15:02:01 +05:30
LICENSE Initial commit 2020-09-07 07:24:00 +05:30
netlify.toml Changed API endpoint 2020-09-14 15:02:01 +05:30
next-env.d.ts Voila! 2020-09-10 02:39:51 +05:30
next.config.js Moved libsodium to worker. 2020-10-03 19:51:56 +05:30
package-lock.json [Abhinav] | Added new dependency react-dropzone 2021-01-05 07:40:42 +05:30
package.json [Abhinav] | Added new dependency react-dropzone 2021-01-05 07:40:42 +05:30
README.md Voila! 2020-09-10 02:39:51 +05:30
tsconfig.json Added web worker for parallel decryption. 2020-09-20 02:50:10 +05:30
yarn.lock Inmemory caching with photoswipe on thumbnail. 2020-11-23 08:30:54 +05:30

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.