A platform for connecting developers and designers
- @Abdul-Wahab - Developer
- @Jonathan Kuug - Developer
- @Simon Boateng - Designer
Client: React, Styled-components
Server: Node.js, Express, Passport.js, HarperDB
Youtube Demo: https://youtu.be/WMnmgLnRy70
Click here for the figma files
- Easily login with email or using Google/Github Account🚀
- Easily find candidate using the Tinder-like swipe feature 🔍
- Save potential candidates profiles and chat with them in real-time using the chat feature 💬
- Browse developers projects and contributions on Github 🕵
- Realtime notifications systems to notify developers when recruiters reach out to them 🔔
- components
- pages
- styles
- assets
- utils
- routes
- controllers
- utils
- models
- middlewares
- config
- You need to create a HarperDB Cloud account for database manipulation
- Create a
.env
file to store all your env secrets
Clone the repo
https://github.com/Nginze/DevSlide.git
Go into project directory
cd DevSlide
Install packages and dependencies
// Do this in the root folder
npm install
Frontend
cd frontend
npm install
npm start
Starting the Backend server
cd backend
npm install
node index
Starting the chat server
cd chatserver
node index
View app on localhost://3000
Made with ❤️ by © By Hack-Zero Team