Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

coderplex-org/coderplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work In Progress new coderplex site

XO code style styled with prettier

Demo

https://dev.coderplex.org

  • Login/Registration with Github and Linked
  • Collecting additional profile details after Registration
  • Allow all users to view created jobs
  • Allow loggedIn users to post new job opening
  • Allow users to search/filter jobs
  • Allow users to edit their profile
  • Complete all navigation pages present in navbar

Running Locally

  1. Make sure you have NodeJS and npm installed.
  2. We also need backend API so follow instructions here to setup and start backend server here
  3. Then clone this repo
git clone [email protected]:coderplex/coderplex-website.git
  1. cd coderplex-website
  2. npm install
  3. npm run dev to start local development server
  4. Open app at localhost:3000