A NextJS project that helps you make decisions.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
MakeMyDecision is a NextJS SPA that helps you make decisions. The backend uses a simple Web API (https://github.com/raihahahan/decision-maker-api) built with .Net 6. This was my first project working with a .Net 6 backend, and it is still in progress.
- From a list of choices, randomly return a decision.
- From a list of choices, provide a list of criteria affecting your choice.
- For example, for a list of cars, some criteria may be budget, convenience, specs etc.
- Weigh how important each criteria is for each choice.
- From a list of choices, provide a list of conditions affecting your choice.
- For example, for a list of commuting method (e.g. bicycle, public transport, private transport), some conditions may be "Rainy weather", "Must report to work earlier" etc. And for each condition, there are two lists,
includeandexclude, each containing a list of choices to include and exclude respectively if the given condition is true.
- npm
- dotnet (for the backend to work)
- Clone the repo
git clone https://github.com/raihahahan/decision-maker-nextjs-client.git
- Install dependencies
npm install
- Start the project.
npm run dev
- Random Decision
- Weighted Decision
- Conditional Decision
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Email: mraihandev@gmail.com Website: https://mraihan.vercel.app