Skip to content

devshashtag/reactapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

info

reactapp.ir template

todo

global todo

  • define global colors
  • remove all colors and use global colors [ each page 2 extra color ]
  • refactor classes, scss files
  • reafactor js files
  • reafactor html files
  • convert transitions, transform, flex to mixin ones
  • optimize template
  • create other pages

devshashtag todo

  • scroll to top in pages/courses/javascript.html
  • _variables move the sizes to the bottom of the colors
  • fix size of each cart in learning-steps
  • use components/_main-banner for learning-steps banner
  • make footer responsive
  • create footer template in display.js
  • add footer with js
  • add footer to all pages
  • make forums responsive
  • forums pages > use root selector for styles
  • change .main class
  • fix forums size and add margin or padding into main content
  • change table heading color to lighter gray
  • remove footer extra padding
  • javascript page > use root selector for styles
  • create side-menu component
  • javascript > change .main
  • courses/javascript remove repeated course chapter list
  • complete pages/terms.html main
  • complete pages/contact.html main
  • refactor navbar, topbar, sidebar classes
  • add link to topbar icons
  • remove global.js if not used
  • check firefox issue on navbar>search-bar font
  • land it on github pages
  • minify js, css files with webpack
  • export an kit-starter scss for later-use
  • format/reafactor all html files
  • format/reafactor all scss files
  • format/reafactor all js files

david todo

  • fix comment section in pages/courses/javascript js
  • fix size of each cart in learning-steps
  • fix send-comment section border and box-shadow
  • remove extra padding from send-comment
  • format html
  • format/refactor scss

kamal-h todo

  • fix cart fonts
  • fix cursor pointer in carts
  • fix cursor pointer in posts
  • add urls for each cart
  • add cursor pointer for search button in pages/blog.html
  • format html
  • format scss
  • format js

npm scripts

http server

*runs a http server on port 8000*

command:

npm run server

output:

> reactapp@1.0.0 server
> python scripts/http-server.py

Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...

sass compiler

Auto-Compiles your sass files every time it changes assets/scss/styles.scss to assets/css/styles.css

command:

npm run sass

output:

>  reactapp@1.0.0 sass
>  sass --watch assets/scss/styles.scss assets/css/styles.css

Sass is watching for changes. Press Ctrl-C to stop.