Skip to main content

Command Palette

Search for a command to run...

The Start Of A Great Project

Published
2 min read

Over the past week ,i have been concluding on few projects from two companies and starting this week i would be creating a react web app with the implementation of bootstrap and other packages to make it smooth for user interaction . Below is the documentation created to show how i will start the project .the project name would be called "the hub". this website would be like a recruitment app for developers to meet companies looking for freelancers. as i continue on with this project i make sure i keep track of this Blogspot.

Project: PFS(The Hub) Model: www.eworker.co

Technology Stack:

  • Visual Studio Code
  • Visual Studio
  • mySQL
  • React
  • React-Bootstrap
  • Font Awesome
  • Yup
  • Formik
  • Netlify(Deployment)
Front-End
    Creation of core components I.e;
  • Create Navbar with Bootstrap Implementation;
  • Navbar would be in fixed position with 5 Nav-links, on being a drop-down.(login and register will be aligned on the right).
  • Creation Footer component:this will be divided using grid into 4 columns( About, Community, for Candidates and for Employers) with content
  • Create custom button to ease Navigation:
  • these button would be for specific functions in the project using the accent colour of react project
  • Creation of landing page:the e-worker site will be modelled to create the landing page
  • Creation of Auth folder : inside this folder there will be creation of login and register component with validation using bootstrap, Yup and Formik
    • Creation of dashboard page
    • This is where the login page leads to after validation done
    • Creation of Side-Navbar for navigation on user account
    • Creation of Multiple navigation pages including dashboard overview
      Creation of About us Page
    • This is where the information of the website will be(modelling Eworker)
      Creation of a Contact us Form
    • Bootstrap form would be used to minimize css used in the project
    • Phone number should lead to a call app, email should to a mailing service when using mobile.