Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.27 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.27 KB

Posts App

An application to create listings for the available open programming jobs.

Details

This app allows to view the list of available open positions in Full-Time and Freelance / Temporary categories. Users can create / edit their accounts and add / edit listings.

Currently the application is in Work In Progress state as I'm mostly interested to see at what scale I can refactor the project and how all of the components of the application work togethter.

Due to this the project and its current live version may change in the future.

Main functionality

Main page

  • A carousel with featured listings to navigate to each one of them
  • A section with two main categories for the listings
  • A footer to navigate to the Profile or Explore pages

Profile page

  • A sign-in page with password reset functionality and option to create an account by signing up

Listings

  • A separate page for each created listing with job description and carousel with images at the top

Misc

  • Users can edit they info as well as created listings in the Profile section
  • The app uses Firebase/Firestore and at the moment deployed with Netlify (this may change in the future)

Built with

React, React Router, Firebase, JavaScript, HTML, CSS