Skip to content

masterBranchDevs/ascent

Repository files navigation

Scoop Investment Platform

A modern investment platform built with React and Vite, offering services for converting physical shares to demat, mutual funds, and unlisted shares trading.

🚀 Features

  • Modern and responsive design
  • SCSS modules for styled components
  • React Router for navigation
  • Custom 404 page with company information
  • React Icons integration

🛠️ Tech Stack

  • React 18
  • NextJS 15
  • SCSS Modules
  • React Router
  • React Icons

📦 Installation

  1. Clone the repository:
git clone https://github.com/masterBranchDevs/ascent
cd ascent
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

The application will start at http://localhost:5173

🔧 Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run lint - Run ESLint
  • npm run start - Preview production build

📁 Project Structure

root_directory/
├── src/
│   └── app/
│       ├── components/     # Reusable components
│       ├── pages/         # Page components
│       ├── layout.jsx        # Entry point
│       └── layout.scss       # Global styles and variables
├── public/            # Public assets

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.