An Anonymous Chat platform that connects individuals to converse allowing users to engage in real-time, anonymous conversations with other users. Whether it's seeking advice, discussing shared interests, or simply having fun, this app ensures that users can connect without revealing their identities.
This document is to help developers understand the platform and the development requirements of the project. The document will be updated from time to time to meet project expectations and standards.
During the development of the project, branches will be created for specific features/components/function development.
PR will be created against this issue and will be merged to the development
branch of the repository.
To find new issues please visit Projects or visit the Issue tab. A developer can request for clarification of an issue before going on so to ensure full compliance with development expectations and requirements.
The folder structure is as follows
- public
- public/assets :
For images used in the project
- app
For route pages
- app/components
for app components
- lib
for app functions
Folder naming would be responsibility of the collaborators.
The naming convention for components files would be
[name]_comp.js
eg. addButton_comp.js, highlightTree_comp.js
We'll be using the single file export system for our components and page exports,
We'll also be using regular javascript function to define component
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
A PR should request a reviewer once ready for review