-
Notifications
You must be signed in to change notification settings - Fork 1
/
filestructure.txt
68 lines (68 loc) · 1.76 KB
/
filestructure.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|-- .gitignore
|-- Datasets
|-- USvideos.csv
|-- US_category_id.json
|-- frontend
|-- .gitignore
|-- eslint.config.js
|-- index.html
|-- package-lock.json
|-- package.json
|-- postcss.config.js
|-- README.md
|-- src
|-- assets
|-- archive.svg
|-- articles.png
|-- coding_animation.gif
|-- community.png
|-- execute.svg
|-- landing.png
|-- logo.png
|-- logo.svg
|-- logo_black.png
|-- streaming.svg
|-- components
|-- Button
|-- Button.jsx
|-- WhiteButton.jsx
|-- Footer
|-- Footer.jsx
|-- Landing
|-- Articles
|-- Articles.jsx
|-- Community
|-- Community.jsx
|-- Content
|-- Content.jsx
|-- Cta
|-- Cta.jsx
|-- Features
|-- Card.jsx
|-- Features.jsx
|-- Hero
|-- Hero.jsx
|-- Landing.jsx
|-- Layout
|-- Layout.jsx
|-- LearnPage
|-- LearnPage.jsx
|-- Navbar
|-- Navbar.jsx
|-- Navlink.jsx
|-- index.css
|-- Logo
|-- Logo.jsx
|-- main.jsx
|-- routes
|-- App.jsx
|-- pages
|-- Homepage.jsx
|-- Learnroute.jsx
|-- Loginpage.jsx
|-- Registerpage.jsx
|-- tailwind.config.js
|-- vite.config.js
|-- LICENSE
|-- Predicting YouTube 'Categories'.ipynb
|-- README.md