PROJECTS

These are some of my recent projects

E-commerce landing page

This is a Landing page for displaying Clothes. It has three pages, and each page has a different kind of cloth in display. . It was developed using vue.js without a backend

live Preview

To-do List

This is a backend of a todo list. It allows the user to perform CRUD operations e.g adding and removing tasks from the MongoDB database. Users must register and login for them to use the app. A user can only see the tasks that he/she have added. I developed this app using node.js and MongoDB.

Travelbear travel agency

This is the MVP of a travel ageny travelbear. it is a joint product of my internship team at genesys tech hub Enugu. I developed the backend using express.js and hosted it on heroku free tier. It has three users, the admin, the landlords who lease their appartmetns and the users who book these apartments. while the frontend was developed with react and hosted on netlify.

live Preview

Libray application

This is a backend service of a Library shop with token authentication. It allows the user to register, login and perform CRUD library operations. users can only edit and delete the books they added. I developed this Restful app using node.js and MongoDB.

States in Nigeria

this web page presents important informations about all nigerian states. Date of creation, created by which head of state, from which preexisting state. the data was stored in a json file and presented upon a vue.js template.

live Preview

Central Bank of learnnable

This is a Banking Service app that supports users and bank admins. users can deposit, transfer, withdraw and view their transaction histories. while the admins can reverse user transaction, create delete or edit users, enable or disable users.