john-nguyen09 / bee-jee

A note web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BeeJee

Build Status

BeeJee is a note taking app. This project is an attempt for us to learn React by building something alongside with doing tutorials.

What does BeeJee mean?

The word note in Chinese is 笔记 which is transcribed to BiJi in Pinyin, hence BeeJee is chosen which sounds similar to the Chinese word for note.

Architecture

The project is split into 2 parts API and Front-end:

  • API: is written in TypeScript, which is compiled and ran on NodeJS.
  • Front-end: is a Vue.Js app

Development

To start development, using the following command to run the app:

npm i && npm start

This will install all the dependencies and execute the start script which is defined in package.json

About

A note web app


Languages

Language:Vue 36.8%Language:TypeScript 35.1%Language:JavaScript 22.3%Language:CSS 5.2%Language:HTML 0.4%Language:Shell 0.2%