Skip to content

NoroffFEU/edu-gate-mar25-ft

Repository files navigation

Edu-gate

Edugate is a result management system tailored to meet the needs of high schools in Nigeria.

Current Status

https://norofffeu.github.io/

Requirements

For development, you will only need node version >=18.17.1 and npm version >=10.8.2 installed in your environement.

Technologies

- HTML
- CSS
- JS

Optional: VS Code integration

Install the following VS Code extensions:

  • ESLint
  • Prettier – Code formatter

In your VS Code settings (.vscode/settings.json), add:

{
  "editor.formatOnSave": true,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "eslint.validate": ["javascript", "html"],
  "files.exclude": {
    "node_modules": true
  }
}

Getting started

$ Clone the repository by running `git clone https://github.com/NoroffFEU/edu-gate-mar25-ft` in your terminal
$ Change directory to edu-gate-mar25-ft `cd  edu-gate-mar25-ft`
$ Install the dependencies `npm i`
$ Start the server `npm run start`
$ Browse to `http://127.0.0.1:8181`

About

Agency 1 project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors