justinehell / intranet-alumni

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Nuum Factory Intranet

demo

Description

Here is a video demonstration of the site "The Nuum Factory Intranet"

Project Context:

Development of a platform to connect former graduates of The Nuum Factory school. This project was carried out with the help of a back-end developer (use of the Django REST framework). I was responsible for developing the front-end part with the VueJS framework and Vuetify as a component library.

The main features developed are as follows:

  • connection management (registration, account activation, password reset),
  • display and edit data (search for a student, modification of profile, creation / deletion / modification of professional experiences)

🛠 Project Setup

# install dependencies
$ npm install

# compile and hot-reloads for development
$ npm run serve

# compiles and minifies for production
$ npm run build

# lints and fixes files
$ npm run lint

Customize configuration

See Configuration Reference.

What I used

About


Languages

Language:Vue 70.5%Language:JavaScript 28.7%Language:HTML 0.8%