This is the web client for alfred API.
We are using pnpm to manage our dependencies and we suggest you do the same.
pnpm install
will install all dependencies required to run the system.pnpm start
will start and serve the webapp on port3000
.
pnpm build
will build the code and store it in the./build
directory.- You can use nginx or other static webserver to serve what's in the build folder.
- ReactJs
- Vite (Bootstraping reactjs project)
- Material UI (Style and theme)
- React-router-dom (Routing)
- Redux (State management)
- Rtk-query (API requests)
- React-hook-forms (Form)
- React testing library (Unit and Integration testing)
- Playwright (E2E testing)
- Sentry (Error and performance reporting)
- Husky (Linting and running tests on local environment every time a commit is made)
- CodeQL (CI for checking code quality and vulnerability)
- Authentication (Social auth)
- Route guarding
- Chatting playground
- Dark and Light theme
Before you start contributing please read the requirements here. Thank you and happy codding☕️!