Wisdom App is an open-source webapp to provide small scale tutors a platform with very easy and efficient features
this is the Frontend(Reactjs) part of the open-source project
- Dashboard: consists of calculated pending fees of students and piechart of batchwise weightage.
- jwt auth: all the routes are checked for auth.
- monthly fee management: Students can be added, disabled, promoted and their fees can be flagged paid(with amount and timestamp), unpaid. direct whatsapp reminders can be sent.
You can check out the live instance gif below of the app deployed at here.
Clone the repository:[ git clone https://github.com/raj-saroj-vst-au4/wisdom-frontend.git Install dependencies: cd wisdom-frontend/ npm i Start the development server: npm run dev Build: npm build
Configure the environment variables:
Add the necessary environment variables in app.js, such as : APISERVER=
Contributing Contributions are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a pull request.
License This project is licensed under the MIT License.
Contact If you have any questions or feedback, feel free to contact me at [email protected].
~ofcourse generated by chatGPT