Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmjuanes/folio
:scroll: A digital whiteboard for sketching, annotating and prototyping
https://github.com/jmjuanes/folio
drawing prototyping react sketching whiteboard
Last synced: 2 months ago
JSON representation
:scroll: A digital whiteboard for sketching, annotating and prototyping
- Host: GitHub
- URL: https://github.com/jmjuanes/folio
- Owner: jmjuanes
- License: mit
- Created: 2022-05-19T17:30:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T23:25:36.000Z (8 months ago)
- Last Synced: 2024-05-22T23:47:28.814Z (8 months ago)
- Topics: drawing, prototyping, react, sketching, whiteboard
- Language: JavaScript
- Homepage: https://www.josemi.xyz/folio/
- Size: 2.21 MB
- Stars: 16
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- my-awesome-list - folio
README
![Folio logo](./cover.png)
> A minimalistic and infinite whiteboard. Sketch, Prototype, and Design with total freedom.
[Website](https://folio.josemi.xyz) · [Try it](https://folio.josemi.xyz/app) · [Changelog](https://folio.josemi.xyz/changelog) · [Report a bug](https://github.com/jmjuanes/folio/issues)
![](https://badgen.net/github/license/jmjuanes/folio?labelColor=1d2734&color=21bf81)
![](https://badgen.net/badge/PRs/welcome/codecake?labelColor=1d2734&color=21bf81)## Note: Folio is still a Work in Progress
We are excited to share our drawing application with you, but please be aware that it is currently in active development. While the app is fully functional and offers a range of features, we are continuously working to enhance and expand its capabilities.
You might encounter occasional bugs or experience features that are still being refined. We appreciate your patience and understanding as we work to deliver the best possible drawing experience.
We encourage you to share your thoughts, suggestions, and any issues you encounter.
## Features
- **Privacy First**: Your creative work is secure and private. Boards are saved directly in the user's browser, ensuring your data stays local and under your control.
- **Infinite Canvas**: Unleash your imagination on an infinite canvas. No limitations to size – create small sketches or massive masterpieces with equal ease.
- **Export as Image**: Share your creations with the world. Export your entire drawing board as a high-resolution image to showcase your artistry.
- **Selective Screenshot**: Capture your ideas precisely. Take a screenshot of a user-defined region, so you can focus on the details that matter most.
- **Undo/Redo**: Perfect your artwork with ease. Effortlessly undo or redo actions, providing you with complete creative freedom.
- **Regular Updates**: Expect continuous improvements. We're committed to refining the app based on user feedback and adding exciting new features.
## Development
Make sure you have the following software installed on your computer:
- [Node.js](https://nodejs.org) v16 or higher.
- [Yarn](https://classic.yarnpkg.com/lang/en/) latest version.Clone the repository in your local machine:
```bash
$ git clone https://github.com/jmjuanes/folio
```Navigate into the cloned repository and install all dependencies:
```bash
$ yarn install
```Run the development server:
```bash
$ yarn dev
```Open a new browser window and navigate to `localhost:8080`.
## Contributing
Pull requests are always welcome. For new features or major changes, please open first a [new issue](https://github.com/jmjuanes/folio/issues) to discuss the new features or the changes you want to add to Folio.
## License
Code is released under the [MIT](./LICENSE) license.