GCE Frontend cohort template to used in every project
DevZen your go to application/tool for most of your Development work. The main aim of this is to create a tool that can help you automate some of your tasks. Thank you for deciding to contribute to this 🎉 Here is the figma link
Here are the main tools/technologies that is being used for this build. They automatically form the prerequisites.
React JS
TypeScript
React Router
Tailwind CSS
git clone https://github.com/GitHub-Campus-Experts-Unilag/DevzenFrontend.git
🍕. npm install
.env.local
npm run dev
src\
|--components\ # Folder for working on particular features
|-- converters\ # All logic and components that concerns the converters tool
|-- formatters\ # All logic and components that concerns the formatters tool
|-- generators\ # All logic and components that concerns the generators tool
|-- quickSketch\ # All logic and components that concerns the quickSketch tool
|--layouts\ # This is where the layout component (Sidebar) will be created then it can be used in the routes
|--assets\ # Evrything about media - icons, images, svgs
|--helpers\ # Here you can create a logic that you feel can be used in multiple places. More like extracting a logic for the sake of reusability
|--pages\
|--auth
routes\ # All routes logic are embedded here
main.tsx # App entry point
package.json # All installed technologies that makes up this build
fix/<name-of-fix>
feat/<name-of-feature>
main
branch. Always create a new branch and PR.