An open API service indexing awesome lists of open source software.

https://github.com/hurricanemark/scm-bootstrap-template

SCM admin template using Bootstrap v3.3.7 -- HTML, CSS, and JS framework
https://github.com/hurricanemark/scm-bootstrap-template

bootstrap3-37 css framework-component framework-css frontend-web html javascript

Last synced: 7 months ago
JSON representation

SCM admin template using Bootstrap v3.3.7 -- HTML, CSS, and JS framework

Awesome Lists containing this project

README

          

## Build A SCM Admin Bootstrap Theme From Scratch

'''
Bootstrap v3.3.7 -- HTML, CSS, and JS framework
'''

Date: 01/17/2020

Project: Build A SCM Admin Bootstrap Theme From Scratch

Environment: Windows 10

Reference:

[Traversy Media](https://www.youtube.com/watch?v=pXbEcGUtHgo)

[Bootstrap](https://getbootstrap.com),

[CKEditor](http://cdn.ckeditor.com/),

[TWBSColor](https://work.smarchal.com/twbscolor/)

### Tech stack: Javascript, CSS, HTML Bootstrap,

## Application Snapshots

**Login**
![Login](https://github.com/hurricanemark/SCM-bootstrap-template/blob/master/assets/img/Login.PNG)

**Dashboard**
![Dashboard](https://github.com/hurricanemark/SCM-bootstrap-template/blob/master/assets/img/Dashboard.PNG)

**Pages**
![Pages](https://github.com/hurricanemark/SCM-bootstrap-template/blob/master/assets/img/Pages.PNG)

**Page Editor**
![PageEditor](https://github.com/hurricanemark/SCM-bootstrap-template/blob/master/assets/img/PageEditor.PNG)

**Users**
![Users](https://github.com/hurricanemark/SCM-bootstrap-template/blob/master/assets/img/Users.PNG)

## Implementation Notes

1. Created folder E:\BOOTSTRAP-PRJ

2. Create a file named index.html.

3. (Ctrl-u to view html source. Or, prepend view-source: in front of the url) Open url: view-source:https://getbootstrap.com/docs/3.4/examples/starter-./templates/
copy the source content and paste it to index.html

4. Go through the index.html file and delete unneccessary code; to simplify the design of the dashboard.

5. Create css/style.css to overide default stylesheet. Purpose, to resize the navbar making it smaller.

6. Use color scheme from URL: http://work.smarchal.com/twbscolor/

...

7. Most components and javascripts can be found, coppied and pasted from https://getbootstrap.com/docs/3.4/customize/

8. Use http://cdn.ckeditor.com/ to speed up CKEditor code

## Todos

Impelement backend to complete MEAN or MERN application stack.