Done by Assel Altayeva
Startup Investment & Valuation Explorer is an interactive, educational web platform designed to help users understand the fundamentals of startup funding and valuation. The platform is built using React, Tailwind CSS, and Framer Motion.
Purpose | Technology |
---|---|
Framework | React |
Styling | Tailwind CSS, CSS3 (Flexbox/Grid) |
Interactivity | React, Framer Motion |
Fonts & Icons | Gambatta, Poppins |
Data Management | React |
Responsiveness | Tailwind + Media Queries |
Folder:
STARTUP/
├── node_modules/
├── src/
│ ├── assets/
│ ├── components/
│ │ ├── icons/
│ │ └── sections/
│ │ ├── FAQs/
│ │ │ ├── FAQ.jsx
│ │ │ ├── FAQList.jsx
│ │ │ └── FAQs.jsx
│ │ ├── Resources/
│ │ │ ├── CommandPalette.jsx
│ │ │ ├── ResourceHub.jsx
│ │ │ └── ResourceList.jsx
│ │ └── Valuation/
│ │ │ ├── Valuation.jsx
│ │ │ ├── ValuationMethods.jsx
│ ├── Apply.jsx
│ ├── Footer.jsx
│ ├── Funding.jsx
│ ├── Header.jsx
│ ├── Hero.jsx
│ ├── Main.jsx
│ ├── Navigation.jsx
│ ├── Page.jsx
│ ├── SpotlightCard.jsx
│ └── utils/
│ └── content.js
│ └── App.jsx
│ └── Main.jsx
│ └── Index.css
It is used to introduce the user the purpose of the website and what they can find here.
It is scrollable and is followed with the screen scroll. It consists of several sections: Startups, Funding Rounds, Valuation, and Resource Hub