Skip to content

CodeBase912/website-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 

Repository files navigation

WebX - website builder

A full stack web application that allows users to create a static website using drag and drop and then download the resulting HTML and CSS files. Users need to login to create a website. I bootstrapped this project with Create React App on the front end and built the backend REST API from scratch using object-oriented PHP & SQLite.

Note: The work on this project is still in progress!

Screenshot

screenshot

Features

  • Drag and drop functionality in the website builder
  • Custom built tokenized login system

Tech stack

Front end

Back end