This is a frontend project for a web application. Its purpose is to provide a user-friendly interface for the users to interact with backend API. It`s a wallet to manage your expenses and incomes.
Tech-Stack • Architecture • Installation • Features • Deploy • Author
- React.js
- Axios
- Styled Components
The frontend project is structured as a single-page application with the following components:
- Components: Reusable UI components that make up the different pages of the application.
- Pagess: Top-level components that define the different pages of the application.
- Context: Data that is used in every level of the application.
- Clone the repository to your local machine.
- Run
npm install
to install all dependencies. - Create a
.env
file and set theREACT_API_BASE_URL
. - Run
npm start
to start the server.
- Mobile layout
- User authentication
- Home to manage your incomes and expenses
- Add, delete and update incomes and expenses
- Update user profile
The application is available on Vercel: