Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 817 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 817 Bytes

Suggestions Board App Using Appwrite

alt text

Tech Used

  • Appwrite for Database
  • React for frontend
  • Vite

Project Setup

Clone the repository:

git clone <repository-url>

Install dependencies:

npm install

Start the development server:

npm run dev

Build for production:

npm run build

Run tests:

npm test

Additional Notes

  • Best Practices: Follow best practices for React development, such as componentization, state management, and efficient rendering.
  • Dependency Updates: Regularly update dependencies to benefit from new features, bug fixes, and security patches.

Feel free to reach out if you have any questions or need further assistance! 🚀