mestafrica / digitizing-the-ges-curriculum

Alpha Virtual Academy Ltd proposes the Litmus Test Project as a Digital Public Goods. The Platform would house competency frameworks and edtech platform assessments for basic and senior high education as well as out of school vocational and technical education in Ghana.
MIT License
0 stars 6 forks source link

singup done #12

Closed iamatinad closed 1 month ago

iamatinad commented 1 month ago
iamatinad commented 1 month ago

great job. This will work fine but lets make it more modular something like this so that we dont keep repeating the Route. it can get really long const routes = [ { path: "/", element: }, { path: "/signup", element: }, ];

{routes.map((route, index) => ( ))}

Alright please