Description • Features • Roadmap • Installation • Contribution
🎉 Keeptime is a platform that allows you to keep track of your memories. With this app, you can save memories, upload photos and videos, and choose whether to make them public or private. Share your special moments with friends and family, or keep them to yourself.
📸 Upload photos and videos: Users can easily upload their favorite photos and videos to the app.
🔒 Privacy settings: Choose whether to make your memories public or private. Control who can access them.
🎊 Share with friends: Share your memories with friends and family through links or on social media.
💳 Payment integration: Seamlessly integrate payment systems to enable premium features or services.
Here are the planned features for future releases of Keeptime:
- 🗂️ Organize memories: Keep your memories organized with categories or custom tags.
- 🔍 Search: Quickly find memories based on keywords, dates, or tags.
- Clone this repository.
- Install the dependencies using
pnpm install
. - Run the app using
pnpm dev
orpnpm build && pnpm start
.
🤝 Contributions are welcome! If you want to contribute to Keeptime, please follow these steps:
- Fork this repository.
- Create a new branch for the feature or bug fix you want to implement (
git checkout -b feature/my-new-feature
). - Commit your changes (
git commit -m 'feat: add new feature'
). - Push your changes to the remote repository (
git push origin feature/my-new-feature
). - Open a Pull Request on GitHub and provide a detailed description of your changes.