Provide web development beginners with the tools and knowledge to build a full-stack website (both a frontend and backend).
Learn how to build a frontend using these three technologies.
Speed up workflows and know how to leverage powerful tools written by others.
Introduction to node and simple data storage.
Download the repository onto your local machine. If you are familiar with Git, you can also clone the repository using a command line. The starter code contains an incomplete template, while the final version is the fully completed application. Navigate to the desired directory.
Double click index.html and it should open in your browser. Alternatively, you can also use the Live Server VSCode Extention.
Make sure that NodeJS is installed on your computer. Once installed, open a command line prompt and install the necessary dependencies with
npm i
Then, run the express app with
node app.js
- Bulma (CSS Library): https://bulma.io/
- Axios (JavaScript API Library): https://axios-http.com/docs/intro
- Node (Backend JavaScript): https://nodejs.org/en/
- Express (Node Web Framework): https://expressjs.com/
- LowDB (Simple Local Database): https://github.com/typicode/lowdb