Skip to content

rajeevi05/rfp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern Banking App

A modern, user-friendly banking application that helps users manage their finances with ease. Features include real-time account balance tracking, transaction history, spending analytics, and future financial predictions.

Features

  • Beautiful, modern UI with purple theme and glow effects
  • Dark mode support
  • Real-time bank account integration
  • Financial analytics and predictions
  • Responsive design for all devices
  • Animated charts and visualizations

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Installation

  1. Clone the repository:
git clone <repository-url>
cd modern-banking-app
  1. Install dependencies:
npm install
  1. Start the development server:
npm start

The application will be available at http://localhost:3000

Project Structure

src/
  ├── components/
  │   ├── Login.tsx
  │   └── Dashboard.tsx
  ├── App.tsx
  └── index.tsx
public/
  └── index.html

Technologies Used

  • React
  • TypeScript
  • Material-UI
  • Framer Motion
  • Recharts
  • Styled Components

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors