Skip to content

dedeogluhu/poll-app-v02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

  • I wanted to experience various backend and frontend technologies and see the differences between them myself.

  • I am going to make projects with same concepts and see how they work out with different technologies.

  • Started with this one with express using pug and sass engines but abandoned it due to reasons shown in that repository.

  • I am using Html, Css, Javascript, Expressjs and MongoDB in this version.

  • Results :

    • Vanilla js is hard as always. Most of the time i couldn't think of a solution to my problems.
    • Looks like scss wasn't that useless.
    • I missed frontend frameworks so much. Even React...
    • Mongo and Express could be the best ones of backend technologies for me because they are both simple and get the job done. Going to learn more about this in my next projects.

Screenshots

screenshot1 screenshot2

Getting Started

Prepare the project

yarn install

Start production server

yarn start

Start development server

yarn dev

License: MIT