Skip to content

john-nguyen09/bee-jee

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 36.8%
  • TypeScript 35.1%
  • JavaScript 22.3%
  • CSS 5.2%
  • Other 0.6%