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.
- Host: GitHub
- URL: https://github.com/ankman007/devflow-frontend
- Owner: ankman007
- Created: 2024-12-29T12:38:15.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-04T15:30:34.000Z (4 months ago)
- Last Synced: 2025-02-04T16:30:31.036Z (4 months ago)
- Language: TypeScript
- Size: 7.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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