Giter VIP home page Giter VIP logo

canva-clone's Introduction

Screenshot 2023-04-22 101234

LidoJS is a design tool with UX same as Canva.

Lidojs (Canva-clone) is a web-based graphic design tool. This project is developed with React JS and TypeScript from scratch.

The tool is developed from scratch with ReactJS, so it's easy to upgrade by yourself.

This code will show you how to integrate LidoJS into an application to make it works like Canva application.

๐ŸŽจ Introducing Our Innovative Graphic Design Tool

We're thrilled to present our latest creation โ€“ a cutting-edge graphic design tool developed entirely from scratch using ReactJS and TypeScript. Our tool is designed to empower you with the ability to create stunning visuals effortlessly, just like Canva.

โœจ Easy Upgrades, Seamless Experience

Built with ReactJS, our tool offers a seamless experience and allows for easy upgrades, ensuring that you always have access to the latest features and enhancements. With our user-friendly interface and intuitive design, you'll feel right at home from the moment you start using it.

Community

https://discord.gg/mBj7fqKpEM

Pricing

Our website: https://lidojs.com/pricing

Features

  • Intuitive Design Interface: User-friendly tools for creating custom designs.
  • Rich Text Editing: Advanced text manipulation features.
  • Image Upload and Editing: Capabilities to upload and edit images within the app.
  • Template Support: Pre-designed templates for quick and easy design creation.
  • More Features: Add any other significant features of your project here.

Demo

https://demo.lidojs.com

Website

https://lidojs.com

canva-clone's People

Contributors

duyank avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

canva-clone's Issues

No "Go Back" from Preview

There's no way to go back to the homepage from the preview page.
Neither the "esc" key is working.
Please add a button for that.

version conflict between dependencies (`vite` and `@vitejs/plugin-react)

Description

Encountering a dependency resolution error when trying to install project dependencies. The issue arises due to a version conflict between vite and @vitejs/plugin-react.

Error Message

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: @lidojs/[email protected] npm ERR! Found: [email protected] npm ERR! node_modules/vite npm ERR! dev vite@โ€œ5.2.9โ€ from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer vite@โ€œ^4.2.0โ€ from @vitejs/[email protected] npm ERR! node_modules/@vitejs/plugin-react npm ERR! dev @vitejs/plugin-react@โ€œ~4.0.0โ€ from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See C:\Users\USER\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\USER\AppData\Local\npm-cache_logs\2024-04-17T08_28_56_284Z-debug-0.log

Steps to Reproduce

  1. Clone the repository from https://github.com/lidojs/canva-clone/
  2. Run npm install to install the dependencies.
  3. Encounter the ERESOLVE error due to version conflicts.

Environment

  • Node version: v18.4.0
  • npm version: 8.13.2
  • OS: Windows 10

Additional Context

Attempting to resolve the issue by updating vite to the latest version resulted in a new version conflict with @vitejs/plugin-react. The error persists despite trying to fix the upstream dependency conflict as suggested by npm.

window is not defined in NextJS

First of all, I congratulate everyone who contributed. This is an amazing project. I managed to integrate to nextjs14. And figured out working with emotion in nextjs. Everything works fine, except i can not edit any of the text on the editor. I can edit on the data, and works fine but when I double click the text, it does nothing.
I assume that a prosemirror SSR issue because it says window is undefined. I tried:
add "use client" for every component,
use dynamic loading feature while loading <Test/> from next/dynamic for disabling SSR.

I guess you could update where you import and use prosemirror, and force the wait for window like:

const [isLoading, setIsLoading] = useState(true);
   useEffect(() => {
       console.log(window);
       if (typeof window !== "undefined") {
           setIsLoading(false);
       }
   }, []);

again, congrats on hard work. This is impressive work.

version conflict between dependencies (`vite` and `@vitejs/plugin-react)

Description

Encountering a dependency resolution error when trying to install project dependencies. The issue arises due to a version conflict between vite and @vitejs/plugin-react.

Error Message

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: @lidojs/[email protected] npm ERR! Found: [email protected] npm ERR! node_modules/vite npm ERR! dev vite@โ€œ5.2.9โ€ from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer vite@โ€œ^4.2.0โ€ from @vitejs/[email protected] npm ERR! node_modules/@vitejs/plugin-react npm ERR! dev @vitejs/plugin-react@โ€œ~4.0.0โ€ from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See C:\Users\USER\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\USER\AppData\Local\npm-cache_logs\2024-04-17T08_28_56_284Z-debug-0.log

Steps to Reproduce

  1. Clone the repository from https://github.com/lidojs/canva-clone/
  2. Run npm install to install the dependencies.
  3. Encounter the ERESOLVE error due to version conflicts.

Environment

  • Node version: v18.4.0
  • npm version: 8.13.2
  • OS: Windows 10

Additional Context

Attempting to resolve the issue by updating vite to the latest version resulted in a new version conflict with @vitejs/plugin-react. The error persists despite trying to fix the upstream dependency conflict as suggested by npm.

Failed to resolve entry for package "@lidojs/design-editor".

Failed to resolve entry for package "@lidojs/design-editor". The package may have incorrect main/module/exports specified in its package.json
src/pages/EditorContent.tsx:1:28:
1 โ”‚ import { DesignFrame } from '@lidojs/design-editor';
didnot find the package

Not running

Hi, is there any reason why this is not running locally? It's stuck on yarn start

Install

Cloned source code and tried and run but showing error and not running.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.