An open API service indexing awesome lists of open source software.

https://github.com/ankman007/devflow-frontend

Frontend for web content management system that allows for hassle-free way to publish and manage content.
https://github.com/ankman007/devflow-frontend

Last synced: 3 months ago
JSON representation

Frontend for web content management system that allows for hassle-free way to publish and manage content.

Awesome Lists containing this project

README

        

## DevFlow CMS

Web content management system that allows for hassle-free way to publish and manage content.

# Standard followed during development

- Use types over interfaces
- Maintain and use tailwind global styling
- Use descriptive variable, function and component name
- Make the frontend component as modular and reuseable as possible
- Run npm build often to ensure that there are no errors or warning in the code
- Use type safety features of typescript; avoid use of any/unknown as much as possible
- Make the website seo friendly by utilizing full capability of next js
- Avoid complex nesting and big code blocks