Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evelinalvarado/smart-bank-react-styled-components
https://github.com/evelinalvarado/smart-bank-react-styled-components
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evelinalvarado/smart-bank-react-styled-components
- Owner: EvelinAlvarado
- Created: 2024-03-14T20:43:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T20:12:26.000Z (8 months ago)
- Last Synced: 2024-03-21T18:06:23.075Z (8 months ago)
- Language: JavaScript
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Smart Bank
## Description
This project is a Smart Bank app developed as part of the React course at Alura Latam. The app features a variety of functionalities including viewing account balance, expenses, and toggling themes.
## Key Features
- **View Account Balance**: Display the available account balance.
- **View Expenses**: List of recent expenses categorized by type.
- **Theme Toggle**: Switch between light and dark themes.## Screenshots
## Additional Information
- This project was part of the React course on Alura Latam.
- Developed by Evelin Alvarado.
- Find me on [GitHub](https://github.com/EvelinAlvarado) and [LinkedIn](https://www.linkedin.com/in/evelinalvarado/).Check out the live project: [Smart Bank](https://smart-bank-react-styled-components.vercel.app/)
### Dependencies
- `styled-components`: Utilized for styling React components in a modular and reusable way.
## Objective
The primary objective of this project is to learn and practice `styled-components` for styling in React, alongside enhancing skills in React and JavaScript.