DEV Community

Rafael Pinto
Rafael Pinto

Posted on

Community Website Creation

I'm currently developing a website for a community in PHP.
The website's functionalities are as follows:

  • Login and registration system
  • Publication system
  • Likes on publications
  • Comments on publications
  • CRUD for user publications The website I'm developing is available at this link: site

Top comments (7)

Collapse
 
dome68 profile image
Domenico

Nice work, Rafael!!!

Collapse
 
urbanisierung profile image
Adam

gl&hf!

Collapse
 
rsacode profile image
Ricardo Araújo

Nice post Rafael, glad to see you've been putting on the work!

Collapse
 
dev-cristiano profile image
Cristiano

Boa noite Rafael. Tudo joia?
Gostaria de saber se eu posso contribuir com você na construção desse site.

Collapse
 
fara1227 profile image
Rafael Pinto

Boa tarde, desculpa não ter respondido antes mas o meu disco queimou e só consegui resolver agora, eu já finalizei o que idealizei para este projeto, mas vou atualizar o código no gitHub.

Collapse
 
mexikode profile image
MexiKode ⚙

needs to have css and js on their own files, proper directory structure and stop using an echo for each line xD

Collapse
 
fara1227 profile image
Rafael Pinto

Ok, thanks for the tip I'll try to fix it