Skip to content

A drag-n-drop application that allows users to create page layouts with titles, text-boxes, and image placeholders

License

Notifications You must be signed in to change notification settings

kbario/buildAPage

 
 

Repository files navigation

📄Build-A-Page📄

License Top language Repo Size

Description

An easy drag and drop application that can be used with little to no technology experience that allows you to create simple templates for all your report and newsletter needs. A save feature is included that allows you to log back in and access your saved templates at any time.

User story:

As a high school student with limited technology experience, I want to easily create a local community newsletter template so that I can save it and access it at a later date for all upcoming community meetings.

App built with:

- JavaScript
- Bcrypt
- dotenv
- Express
- Express-session
- Express-handlebars
- MySql
- mysql2
- Gridstack
- PostCSS
- Tailwind CSS
- Sequelize
- Insomnia
- Heroku 

Table of Contents

Installation

Clone the Github repository:
https://github.com/JackoWray/JAKL_Coding.git

Install all dependencies required for application:
npm install

Usage

To use this app, use the following commands:

Log into MySQL & enter your password
mysql -u root -p

Source the schema
source schema.sql

Seed the database
npm run seed

Start the server
npm start

Command capture Command capture Command capture Command capture

Contribution

Please feel free to contribute in any way by forking the repo and creating a pull request.

Tests

No tests are available for this app.

License

This project is using the MIT license.

Questions❓

If you have any questions, please contact us via Email or GitHub.

Credits

This app was created by Jackson Wray | Kyle Bario | Liz Mackle

About

A drag-n-drop application that allows users to create page layouts with titles, text-boxes, and image placeholders

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.7%
  • CSS 35.5%
  • Handlebars 18.8%