www.fgks.org   »   [go: up one dir, main page]

Skip to content

Dialogo - a language app with a focus on grammar

Notifications You must be signed in to change notification settings

Afr0/Dialogo

 
 

Repository files navigation

Semester project

Description

This is our template for the semester project. It contains a basic structure for the project and a few examples of how to use the different parts of the project. You must expand upon the project, refactor when nessasary and make it your own.

Projectmanagment

We use Trello for projectmanagment. You can find the board here. Note that you should create your own board for your project.

Getting started

To get started with the project you need to clone the repository and open it in your favorite IDE. We recommend using VS Code. Once you have cloned the repository you need to install the dependencies. This is done by running the following command in the terminal:

npm install

Once the dependencies are installed you can run the project by running the following command in the terminal:

node server.js

This will start the server and you can now access the project on http://localhost:8080 in your browser.

About

Dialogo - a language app with a focus on grammar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 91.0%
  • HTML 6.8%
  • CSS 2.2%