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)
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
LCNCDemo.mp4
- Design Page
login | register |
---|---|
Dashboard | New project |
---|---|
Workspace |
---|
Header | Form |
---|---|
CSS & Javascript | Change text |
---|---|
Preview | Download |
---|---|
Final result |
---|
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
This software is licensed under Apache License 2.0 License, See License