A modern investment platform built with React and Vite, offering services for converting physical shares to demat, mutual funds, and unlisted shares trading.
- Modern and responsive design
- SCSS modules for styled components
- React Router for navigation
- Custom 404 page with company information
- React Icons integration
- React 18
- NextJS 15
- SCSS Modules
- React Router
- React Icons
- Clone the repository:
git clone https://github.com/masterBranchDevs/ascent
cd ascent- Install dependencies:
npm install- Start the development server:
npm run devThe application will start at http://localhost:5173
npm run dev- Start development servernpm run build- Build for productionnpm run lint- Run ESLintnpm run start- Preview production build
root_directory/
├── src/
│ └── app/
│ ├── components/ # Reusable components
│ ├── pages/ # Page components
│ ├── layout.jsx # Entry point
│ └── layout.scss # Global styles and variables
├── public/ # Public assets
This project is licensed under the MIT License - see the LICENSE file for details.