Lexicon Beneficial Ownership is a dedicated company to transparency and integrity in the corporate world. Our mission is to uncover and display the true beneficial ownership of companies, highlighting those involved in corruption. By providing clear, accessible information, we empower citizens, regulators, and investors to make informed decisions. Join us in our quest for accountability and help us shine a light on the hidden faces behind corporate corruption. Discover the truth with Lexicon Beneficial Ownership.
- NextJS
- App Router
- Tailwind CSS
For the routing folder, we put all of our pages in app
folder with the file name based on App Router Documentation. For another purpose besides UI pages, we used the following structure:
components
: Used to store all of the small components that are being used in a pageservice
: Contains API configuration and API services, acted as a data layer that contains communication to the outside of the appstyles
: Contains global styles of CSS, also Tailwind declarationtypes
: Contains data models that are used to map data obtained externally into the applicationutils
: Contains utilities such as helper, constants, and enumeration
You can access the website directly at this link
- New API Implementation
- Redesign the old demonstration
- Landing page implementation
- Visualization feature implementation
- Chatbot search (in progress)
- Create documentation (readme, license, etc)
- Implement CI/CD See the open issues for a full list of proposed features (and known issues).
- Clone the project
- Install the dependencies using
npm install
- Run the development server
npm run dev
Contributions are what makes 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
If you have any feedback, please reach out to us at Lexicon Indonesia
Distributed under the MIT License. See LICENSE.txt
for more information.