Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrelam/ducktape
Share 2 sec videos w/ your friends with Ducktape ๐น๐ฆ!
https://github.com/alexandrelam/ducktape
firebase nextjs social-network video
Last synced: about 1 month ago
JSON representation
Share 2 sec videos w/ your friends with Ducktape ๐น๐ฆ!
- Host: GitHub
- URL: https://github.com/alexandrelam/ducktape
- Owner: alexandrelam
- License: mit
- Created: 2022-11-04T01:29:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T04:37:36.000Z (almost 2 years ago)
- Last Synced: 2023-04-20T21:23:43.375Z (over 1 year ago)
- Topics: firebase, nextjs, social-network, video
- Language: TypeScript
- Homepage: http://ducktape.potionverte.lol/
- Size: 546 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Ducktape
2 sec videos to share your daily life!
Explore the docs ยป
View Demo
ยท
Report Bug
ยท
Request Feature
Table of Contents
About The Project
Getting Started
Usage
- Install the pwa
- Add friends
- Roadmap
- Contributing
- License
- Contact
- Acknowledgments
## About The Project
### Built With
- [![Next][next.js]][next-url]
- [![React][react.js]][react-url]
- [![Firebase][firebase.js]][firebase-url]## Getting Started
### Prerequisites
- npm
```sh
npm install npm@latest -g
```### Installation
1. Create a Firebase project with Firestore, Auth and Storage for web. Keep the secret keys !
2. Clone the repo
```sh
git clone https://github.com/alexandrelam/ducktape.git
```
3. Install NPM packages
```sh
npm install
```
4. Enter your firebase secrets in `.env.local`## Usage
### Install the PWA
You can install the pwa version of the app by adding it to the home screen using your web browser.
### Add friends
The best way to add friends is by sharing your link.
## Roadmap
- [ ] Optimize api calls
- [ ] Save your memories
- [ ] Make it easier to start developingSee the [open issues](https://github.com/alexandrelam/ducktape/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Alexandre Lam - [email protected]
Project Link: [https://github.com/alexandrelam/ducktape](https://github.com/alexandrelam/ducktape)
[contributors-shield]: https://img.shields.io/github/contributors/alexandrelam/ducktape.svg?style=for-the-badge
[contributors-url]: https://github.com/alexandrelam/ducktape/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/alexandrelam/ducktape.svg?style=for-the-badge
[forks-url]: https://github.com/alexandrelam/ducktape/network/members
[stars-shield]: https://img.shields.io/github/stars/alexandrelam/ducktape.svg?style=for-the-badge
[stars-url]: https://github.com/alexandrelam/ducktape/stargazers
[issues-shield]: https://img.shields.io/github/issues/alexandrelam/ducktape.svg?style=for-the-badge
[issues-url]: https://github.com/alexandrelam/ducktape/issues
[license-shield]: https://img.shields.io/github/license/alexandrelam/ducktape.svg?style=for-the-badge
[license-url]: https://github.com/alexandrelam/ducktape/blob/main/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/alexandre-lam-74787b191/
[product-screenshot]: images/screenshot.png
[next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
[next-url]: https://nextjs.org/
[react.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[react-url]: https://reactjs.org/
[firebase-url]: https://firebase.google.com/
[firebase.js]: https://img.shields.io/badge/Firebase-039BE5?style=for-the-badge&logo=Firebase&logoColor=white