Skip to content

raavann/EcellWebsite

 
 

Repository files navigation

Official Website of Ecell IETDAVV





Installation:

clone the repository!

Make sure that Node.js LTS version is installed on your device.

Check if Node.js is installed!

$ node -v
v12.18.3

Install the dependencies.

$ npm install

Start the server.

$ npm start

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

Directory structure ./src

│
├───components
│   ├───Footers
│   │       FooterAboutUs.js
│   │
│   ├───Gifloader
│   │       Gifloader.js
│   │
│   ├───Navbars
│   │       ColorNavbar.js
│   │       DangerNavbar.js
│   │
│   └───Timeline
│           Timeline.js
│
└───views
    │   Presentation.js
    │
    ├───examples
    │       BlogPosts.js
    │       Discover.js
    │       Faculty.js
    │       Gallery.js
    │       Student.js
    │
    ├───presentation-sections
    │       SectionContactUs.js
    │       SectionIcons.js
    │       SectionTestimonials.js
    │
    └───sections-sections
            SectionHeader.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.6%
  • SCSS 39.0%
  • JavaScript 19.2%
  • HTML 0.2%