dakshkhetan / bvp-encore-website

Official website of BVCOE Encore 2020.

Home Page:https://encore-fest.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


ACM BVP Logo

GitHub Twitter Follow

BVP Encore 2020

Checkout the official website


Quick Start 🚀

Start the project locally.

Step 1: Clone the repo

Fork the repository, then clone the repo locally by running command:

git clone https://github.com/dakshkhetan/bvp-encore-website.git

Step 2: Install dependencies

cd into the directory:

cd bvp-encore-website

In the root folder do yarn or npm install (depending upon your package manager):

yarn
# or
npm install

And you're good to go!

yarn start
# or
npm start

Project Structure 📂

📦src
 ┣ 📂assets
 ┃ ┣ 📂about-section
 ┃ ┣ 📂encore-logo
 ┃ ┣ 📂events
 ┃ ┣ 📂illustrations
 ┃ ┣ 📂partners
 ┃ ┣ 📂societies
 ┃ ┣ 📂team
 ┃ ┣ 📂video
 ┣ 📂components
 ┃ ┣ 📂About
 ┃ ┣ 📂Backdrop
 ┃ ┣ 📂Contact
 ┃ ┣ 📂Events
 ┃ ┣ 📂FAQs
 ┃ ┣ 📂Footer
 ┃ ┣ 📂Header
 ┃ ┣ 📂Hero
 ┃ ┣ 📂Partner
 ┃ ┣ 📂Partners
 ┃ ┣ 📂Person
 ┃ ┣ 📂SideDrawer
 ┃ ┣ 📂Societies
 ┃ ┣ 📂Society
 ┃ ┣ 📂Team
 ┣ 📂data
 ┃ ┣ 📜events.data.js
 ┃ ┣ 📜faq.data.js
 ┃ ┣ 📜partners.data.js
 ┃ ┣ 📜societies.data.js
 ┃ ┗ 📜team.data.js
 ┣ 📂pages
 ┃ ┣ 📂Events
 ┃ ┗ 📂Home
 ┣ 📜index.css
 ┗ 📜index.js

Made with ❤️ by Daksh Khetan.

About

Official website of BVCOE Encore 2020.

https://encore-fest.now.sh

License:MIT License


Languages

Language:JavaScript 64.5%Language:SCSS 31.9%Language:HTML 3.4%Language:CSS 0.1%