GithubHelp home page GithubHelp logo

kalvium_project's Introduction

KALVIUM_PROJECT

Requirements

To begin development, it's essential to have Node.js installed in your environment. You can optionally utilize the suitable Editorconfig plugin for your preferred editor.

Node

To begin development, it's essential to have Node.js installed in your environment. You can optionally utilize the suitable Editorconfig plugin for your preferred editor.

Node installation on Windows

Simply visit the official Node.js website and acquire the installer from there. Additionally, ensure that git is accessible in your PATH, as npm might require it.

Install

$ git clone https://github.com/Avantika87/KALVIUM_PROJECT.git 
$ cd KALVIUM_PROJECT
$ npm install 

Start & Watch

$ npm start

Repo Structure

/
├─ public/<br>
│  ├─ favicon.ico/     #representing website <br>
│  ├─ index.html/      #webpage of a website <br>
│  ├─ logo192.png/     #image for web icons <br>
│  ├─ logo512.png/     #image for web icons for larger size <br>
│  ├─ manifest.json/   #allows installation use on devices <br>
|  ├─robots.txt/       #web text file guiding search engine access to pages <br>
├─ 
│  ├─ src/                # Assets <br>
│  |  ├─AddStudentForm.css/   #Display student and period headline <br>
│  |  ├─AddStudentForm.js/    #javascript code for adding student name <br>
│  │  ├─ App.css/             #Css code for our project <br>
│  │  ├─ App.js/              #html/js code for our project <br>
│  │  ├─ AttendanceTable.css/ #css code for displaying table and its features <br>
│  |  ├─AttendanceTable.js/   #javascript code to display table for attendance <br>
│  |  ├─back-grd.jpg/         #background image for the page <br>
│  |  ├─table-back.jpg/       #background image for attendance table <br>
│  │
│  ├─ .gitignore/         # guide for Git on what files and folders to disregard <br>
│  ├─ package-lock.json/  #maintains package versions for consistent Node.js development <br>
|  ├─ package.json        # Project manifest <br>
   └─ README.md           # This file <br>

kalvium_project's People

Contributors

avantika87 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.