XceeDesigns / Website

XceeDesigns Official Website
https://www.xceedesigns.com/
39 stars 73 forks source link

Feat:Convert XceeDesigns Site to Next.js #193

Open mukilan2815 opened 3 weeks ago

mukilan2815 commented 3 weeks ago

Describe the feature

The current XceeDesigns website frontend is built using HTML, CSS, and jQuery. To enhance performance, maintainability, and modernize our web development practices, we need to convert the frontend to use Next.js. The backend, which is built using PHP and MongoDB, will remain unchanged. This conversion will leverage Next.js's features like server-side rendering and static site generation to improve the user experience and SEO.

Use Case:

Performance Improvements: Next.js provides server-side rendering and static site generation, leading to faster load times and better user experience. SEO Optimization: With server-side rendering, Next.js improves the SEO of dynamic content by rendering pages on the server before sending them to the client. Maintainability: Using React components and the Next.js framework makes the codebase more modular, reusable, and easier to maintain. Developer Experience: Modern development practices and tools in Next.js streamline the development process, making it more efficient and enjoyable for developers.

Record

XceeDesigns commented 1 week ago

@mukilan2815 Any update ?

mukilan2815 commented 1 week ago

Working on it.. can i complete this site in multiple pr? like home section first then contact then service? as this is big work and time consuming task. multiple pr will helpful for me @XceeDesigns

XceeDesigns commented 1 week ago

Yes you can but create a new branch and work on that.

mukilan2815 commented 1 week ago

yeah sure