akshat-OwO / tedxbvcoe-website

TEDxBVCOE'21 Official Website

Home Page:https://tedxbvcoe.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


TEDxBVCOE Logo

GitHub Twitter Follow

TEDxBVCOE'21

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/tedxbvcoe-website.git

Step 2: Install dependencies

cd into the directory:

cd tedxbvcoe-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
 ┃ ┣ 📂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

TEDxBVCOE'21 Official Website

https://tedxbvcoe.com

License:MIT License


Languages

Language:JavaScript 58.2%Language:SCSS 40.3%Language:HTML 1.5%