:abacus: BMI Calculator Project
This repository is a practice project to learn the development steps as follows:
- Create Git repository
- Create Project structure
- Install the necessary modules
- Create Front-End
- Create Back-End
- Create route and receive request
- Processing the request and sending the response
- Get and display the result
- Preparing a document on how to implement the project
:hammer_and_wrench: Tools And Requirements
IDE: Visual Stodio Code
IDE Extensions that I use in this project: Prettier
Requirements:
:writing_hand: what I Learned
- Front-End and Back-End must be implemented in separate folders!even in small projects
- How to create web Server and run it
- How to connect Front-End and Back-End
- How create route
- How use Fetch-API
- How hide and unhide Elements in front
- How use command git in terminal
- Should not commit and push node_modules,should be added to gitignore
:ok_hand: Helpful Tutorial