This project was bootstrapped with Create React App.
BudgetWiz is a simple personal budget application built with the MERN stack. BudgetWiz/client represents the client-side [front-end] of the application developed using the react [Create React App].
It contains the following key features:
- beautiful and fully responsive, modern design.
- auth pages(Signin and Signup Page[guest view] [pages without authetication].
- user Dashboard, Profile, Expenses, Incomes and Reports pages [auth view][autheticated and authorized pages].
- simple auth and socialite authetication [react socialite].
- Server API query [api fecth].
##Styling
- React Material-UI has been used for styling the application
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
If you discover a security vulnerability within BudgetWiz/client, please send an e-mail to Nelson Maseko via [nelsonmsk710@gmail.com]. All security vulnerabilities will be promptly addressed.