Open akshaaatt opened 2 years ago
@muditchoudhary and @Susmita-Dey what are your thoughts in this?
@muditchoudhary and @Susmita-Dey what are your thoughts in this?
Sounds good for the project but all credit will go to him after that. I mean to say that nothing would be left for what we did together to make the website.
No @Susmita-Dey , I'll only structure the nextjs codebase and copy the work you guys have done.
For example, we'll break the lengthy HTML file into chunks of small reusable react components.
For example, we'll break the lengthy HTML file into chunks of small reusable react components.
Then it's good.
Could you guys turn this into a hacktoberfest issue? We can have multiple PRs supporting this.
Also, if we can have a branch on the repo which says react
would be great. The react conversion will take some time hence we can't directly merge the upcoming PRs to main
fine! go for it
@akshitagupta15june just create a new branch called react. Only you can do so.
@akshaaatt if u need help from other contributors so create issues so that other contributors can work along with you and u will have less burden
feel free to create any issues
+1 for this. Let me know if you need help creating the components. Also highly recommend using Supabase or another JAMstack compatible database for the backend
Hi, I would also like to contribute to this effort.
@akshaaatt please guide @Mominadar
I would like to be part of the effort to move this application to Next JS. We could divide the work.
@muditchoudhary and @Susmita-Dey what are your thoughts in this?
Yes, he is correct. I think we need a framework to maintain the website efficiently and speed up the process of development.
@akshaaatt, correct me if I am wrong but, I don't think the nextjs server will be compatible with a node js server. Just create a react app for now, and integrate the backend later. @muditchoudhary @akshitagupta15june @Susmita-Dey what do you think?
@DugarRishab , NextJs is a fullstack framework which provides its own backend and server. It is similar to an express app, just the way of doing it is different.
@DugarRishab , NextJs is a fullstack framework which provides its own backend and server. It is similar to an express app, just the way of doing it is different.
I know that is why said that it might not work. The current backend (yet to be accepted and merged) is a node server.
@akshaaatt, correct me if I am wrong but, I don't think the nextjs server will be compatible with a node js server. Just create a react app for now, and integrate the backend later. @muditchoudhary @akshitagupta15june @Susmita-Dey what do you think?
I don't know much about them. But If next js has its own server and we are using node now how can we use both? I think it's not possible. It is sure we are going to use node for this one as we already have a PR.
@akshaaatt Can I add a navbar and a footer on the react branch
@Anuran12 I did add a TopBar to the branch but it would be great if you could use Material UI components to make it and convert. Please add the footer. Thanks!
@akshaaatt Okay..
By the way. I have a Proposal. we are making the react branch from scratch. So would not it be better if we change the UI? Like first make a good UI on figma and then start to make the website according to the UI.
art to make the website according to the UI.
yaa that's a good idea. Do you know Figma? and If yes, could you design the UI?
art to make the website according to the UI.
yaa that's a good idea. Do you know Figma? and If yes, could you design the UI?
I am learning. That's why i told you. And i would like to make a ui for this , it will give me a good practice. 😁✌️
art to make the website according to the UI.
yaa that's a good idea. Do you know Figma? and If yes, could you design the UI?
I am learning. That's why i told you. And i would like to make a ui for this , it will give me a good practice. grinv
yaa go ahead. Awesome opportunity to learn it.
Is your feature request related to a problem? Please describe. As the web app grows, we need to be able to maintain it efficiently, hence a framework for the same would be better.
Describe the solution you'd like Using NextJs will make the app simpler while making sure it is future-secure.
Describe alternatives you've considered We can stick to Vanilla Js and pure HTML as of now but that limits the learning and scope of this project.