Skip to content

rpilev/school-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

School System

This is a front-end demo of a school management system.

Features include:

  • Managing teachers, students and lessons
  • Associating teachers with students
  • Associating students with subjects
  • Grading students
  • Importing and exporting data
  • Viewing statistics
    • Search
    • Sort

Getting Started

Prerequisites

Requirements to install and test this application:

npm package-manager

Installing

In your terminal clone the repository using

HTTPS:

git clone https://github.com/rpilev/school-system.git

or

SSH:

git clone git@github.com:rpilev/school-system.git

Install the dependencies

npm install

Run webpack-dev-server

npm run dev

If no other development servers are currently running on the local machine then the application should now be available for testing at:

http://localhost:8080

Built With

Authors

  • Raul Špilev

License

This project is licensed under the MIT License - see the LICENSE.md file for details

External links

Deployed preview available at: http://school-system.surge.sh/

About

A front-end demo of a school management system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published