Abd-ELrahmanHamza / Nope-developer

A low-code no-code web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nope

Nope developer is a Low-code / No-code opensource platform to build full web using pre-defined widgets. The user can build his own web application with no need of a coding background, Easy and Fast development, the website is built by draging and droping widgets, save it for later editing and download it as a zip folder. (You download the project in HTML/CSS and Js)

Table of Contents

Built with

file-structure

Detailed Structure

├───buildJson
├───data
├───docs
│   ├───fonts
│   ├───scripts
│   │   └───prettify
│   └───styles
├───public
└───src
    ├───Assets
    │   └───images
    │       ├───services
    │       └───work
    ├───Authentication
    ├───Code snippets
    ├───Components
    │   ├───DesignGroup
    │   ├───DesignMetaDate
    │   ├───Footer
    │   ├───home
    │   │   ├───about
    │   │   ├───homes
    │   │   └───services
    │   ├───Image
    │   ├───Navbar
    │   ├───OptionList
    │   ├───Project
    │   ├───ProjectModal
    │   ├───Projects
    │   ├───SideBar
    │   ├───StyleBar
    │   ├───Widgets
    │   │   ├───Body
    │   │   └───Widget
    │   ├───WidgetSide
    │   └───WorkspaceNavBar
    ├───Containers
    │   ├───Dashboard
    │   ├───EditPage
    │   ├───LandingPage
    │   ├───Login
    │   ├───LoginSignupContainer
    │   ├───PreviewPage
    │   ├───SignUp
    │   └───Workspace
    ├───Contexts
    ├───Helpers
    └───Hooks
  
  

Features

Demo

LCNCDemo.mp4

Screenshots

  • Design Page
login register
login register
Dashboard New project
Dashboard newProject
Workspace
workspace
Header Form
header form
CSS & Javascript Change text
add css and javascript change inner text
Preview Download
preview your work download your work
Final result
final result

Getting Started

Clone the repository and install all the necessary dependencies (npm is highly recommended)

$ git clone https://github.com/Abd-ELrahmanHamza/Nope-developer.git
$ cd Nope-developer
$ npm install

Start the dev server

 npm start

License

This software is licensed under Apache License 2.0 License, See License

About

A low-code no-code web application

License:Apache License 2.0


Languages

Language:JavaScript 80.5%Language:CSS 14.3%Language:HTML 5.2%