Lightweight fintech-inspired UI built with Next.js and CSS
Live Demo: https://ftech-ten.vercel.app/
Source Code: https://github.com/KuldeepJha5176/Ftech
- Clean, modern layout with hero image, navbar, and styled container
- Heavy use of CSS for gradients, layouts, and decorative lines
- Fully responsive design with centered content and dynamic backgrounds
- Focus on minimal dependencies—no CSS frameworks, just Next.js + plain CSS
- Easy-to-extend structure for adding new pages or components
Technology | Purpose |
---|---|
Next.js | React framework |
TypeScript | Type-safe development |
CSS3 | Custom styling |
Vercel | Deployment platform |
- Node.js 16.8 or later
- npm or yarn package manager
-
Clone the repository
git clone https://github.com/KuldeepJha5176/Ftech.git cd Ftech
-
Install dependencies
npm install # or yarn install
-
Start development server
npm run dev # or yarn dev
-
Open http://localhost:3000 in your browser
Ftech/
├── public/ # Static assets and images
├── src/
│ ├── components/ # Reusable UI components
│ ├── pages/ # Next.js pages
│ ├── styles/ # CSS stylesheets
│ └── utils/ # Utility functions
├── next.config.js # Next.js configuration
├── package.json # Dependencies and scripts
├── tsconfig.json # TypeScript configuration
└── README.md # Project documentation
- Pure CSS3 - No external CSS frameworks or libraries
- Modern gradients and advanced visual effects
- Mobile-first responsive design for all devices
- Custom CSS Grid and Flexbox layouts
- Smooth animations and hover effects
npm run dev # Start development server
npm run build # Build for production
npm run start # Start production server
npm run lint # Run ESLint
npm run type-check # Run TypeScript compiler
This project is optimized for Vercel deployment:
-
Build the project
npm run build
-
Deploy to Vercel
- Connect your GitHub repository to Vercel
- Automatic deployments on every push to main branch
- Or use Vercel CLI:
vercel --prod
- Performance Optimized - Built with Next.js for optimal loading speeds
- SEO Friendly - Server-side rendering and meta tag optimization
- Type Safe - Full TypeScript support for better development experience
- Modern UI - Clean, professional fintech-inspired design
- Scalable Architecture - Easy to extend and maintain
We welcome contributions! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Please read our Contributing Guidelines for more details.
This project is licensed under the MIT License - see the LICENSE file for details.
Found a bug or have a suggestion? Please check the issues page or create a new issue.
Kuldeep Jha - @KuldeepJha5176
Email: ranacjha@gmail.com
Project Link: https://github.com/KuldeepJha5176/Ftech
⭐ If you found this project helpful, please give it a star! ⭐