back-end part from here
Manage all your money with ease from one place with Ewallet. Track your income and expenses, analyze your financial habits and stick to your budgets.
In this app user need to register account first .
In the dashboard user can have one wallet , and he can add his transations whether it's income or expenses.
User also can create budget for fixed time , so he can track his income and expenses in one specific period .
Also user can check his total transations in very cool chart .
- On GitHub.com, navigate to the main page of the repository.
- Above the list of files, click Code.
- Copy the URL for the repository.
- Open Terminal.
- Change the current working directory to the location where you want the cloned directory.
- Type git clone, and then paste the URL you copied earlier.
git clone github.com/Faris-abukhader/spendee
Press Enter to create your local clone
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
> Cloning into `spendee`...
> remote: Counting objects: 10, done.
> remote: Compressing objects: 100% (8/8), done.
> remove: Total 10 (delta 1), reused 10 (delta 1)
> Unpacking objects: 100% (10/10), done.
To set up this project you need to download NodeJs in your machine or if you have it make sure you have the latest version of it.
node -v
for Windows
Download the windows installer from NodeJs offical website make sure you have download the latest version of NodeJs.
for Mac
- You can download NodeJs using brew CLI
brew install node
- You can download NodeJs mac version through the offical website
Go to project direct where <package.json> is exist and type in terminal :
npm install
To run the project just type down in terminal :
npm run dev
📦spendee
┣ 📂components
┃ ┣ 📂auth
┃ ┃ ┗ 📜...
┃ ┣ 📂budget
┃ ┃ ┗ 📜...
┃ ┣ 📂charts
┃ ┃ ┗ 📜...
┃ ┣ 📂customModals
┃ ┃ ┗ 📜...
┃ ┣ 📂home
┃ ┃ ┗ 📜...
┃ ┣ 📂layout
┃ ┃ ┣ 📂components
┃ ┃ ┣ 📜...
┃ ┃ ┗ 📜Client.js
┃ ┣ 📂reviewBudget
┃ ┃ ┗ 📜...
┃ ┣ 📂settings
┃ ┃ ┣ 📂components
┃ ┃ ┃ ┗ 📜…
┃ ┃ ┗ 📜…
┃ ┣ 📂transaction
┃ ┃ ┗ 📜…
┃ ┗ 📜.DS_Store
┣ 📂pages
┃ ┣ 📂api
┃ ┃ ┣ 📂auth
┃ ┃ ┃ ┗ 📜[...nextauth].js
┃ ┃ ┗ 📜hello.js
┃ ┣ 📂auth
┃ ┃ ┣ 📜resetPassword.js
┃ ┃ ┣ 📜signIn.js
┃ ┃ ┣ 📜signUp.js
┃ ┃ ┗ 📜twoStep.js
┃ ┣ 📂dashboard
┃ ┃ ┣ 📂budget
┃ ┃ ┃ ┣ 📂review
┃ ┃ ┃ ┃ ┗ 📜index.js
┃ ┃ ┃ ┗ 📜index.js
┃ ┃ ┣ 📂settings
┃ ┃ ┃ ┗ 📜index.js
┃ ┃ ┗ 📂transaction
┃ ┃ ┃ ┗ 📜index.js
┃ ┣ 📜_app.js
┃ ┗ 📜index.js
┣ 📂public
┣ 📂store
┃ ┣ 📂slices
┃ ┃ ┣ 📜budgetSlice.js
┃ ┃ ┣ 📜transactionCategorySlice.js
┃ ┃ ┣ 📜transactionSlice.js
┃ ┃ ┗ 📜userSlice.js
┃ ┗ 📜store.js
┣ 📂styles
┃ ┣ 📜Home.module.css
┣ 📂validation
┃ ┣ 📜email.js
┃ ┗ 📜password.js
┣ 📜.gitignore
┣ 📜next.config.js
┣ 📜package-lock.json
┗ 📜package.json
- Authentications , authorizations are all implemented with differents layers.
- Full state management implementation using redux toolkit.
- Whole project pages is full responsive.
Name | Description |
---|---|
@reduxjs/toolkit |
Simple. Includes utilities to simplify common use cases like store setup, creating reducers, immutable update logic, and more |
bootstrap |
Sleek, intuitive, and powerful front-end framework for faster and easier web development. |
axios |
Promise based HTTP client for the browser and node.js |
chart.js |
Simple yet flexible JavaScript charting for designers & developers. |
next-redux-wrapper |
A HOC that brings Next.js and Redux together |
sweetalert2 |
A beautiful, responsive, customizable, accessible for JavaScript's popup boxes. |
next-auth |
is a complete open source authentication solution for Next.js applications. |