Skip to content

dakshkhetan/tedxbvcoe-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.