Skip to content

Johnsonojo/solution-recall-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solution-recall-frontend

Solution recall is a platform that allows software developers and anyone learning to code to save problems or blocker encountered and their solutions, and then recall then at a later time when they need to.

Imagine you are a software developer or learning how to code and you encounter a problem which you eventually solved. All you need to do is save the problem with its solution so that you can recall it sometimes in the future when you encounter the same problem. Just recall the solution by searching using a keyword.

Table of Content

Features

Here are the list of features Solution Recall offers which are divided into to parts:

  • Users can create an account
  • Users can login to their account
  • Users can post a problem with its solution
  • Users can fetch all their posted problems with their respective solutions
  • Users can fetch a posted problem with its solution
  • Users can edit a posted problem with its solution
  • Users can delete a posted problem with its solution
  • Users can search for a posted problem by a keyword

Technologies

The application is built with the following technologies:

App

Hosted web app: https://solution-recall-frontend.vercel.app/

Authors

Johnson Ojo