Ahmad Mohammad Ahmad ALnsour
Description : This repository holds A Website dedicated to HR and Technical Interviews' questions and answers.
The Website can be found on https://headstartapp.herokuapp.com/
This is a guide that will walk you through on how to install Head Start-web source code.
~$ git clone https://github.com/AhmadNsour/HeadStart.git
~$ cd Source\ Code/
~$ cd front-end/
~$ sudo npm install
~$ cd Source\ Code/
~$ cd back-end/
~$ sudo npm install
~$ cd front-end/
~$ sudo npm start
~$ cd back-end/
~$ sudo nodemon server.js
Development Worlflow :
Subject | Provided | Comments |
---|---|---|
Install Node | ✔️ | |
Install Nodemon | ✔️ | |
Install Express | ✔️ | |
Install React | ✔️ | |
Install React-Route-dom | ✔️ | |
Create All Routes File | ✔️ | |
Create All Components File | ✔️ | |
Create DB schema | ✔️ | |
Server Test | ✔️ | |
Code Structure | ✔️ | |
Add All Get Functions | ✔️ | |
landing, about us, hr questions pages | ✔️ | |
technical questions, post pages | ✔️ | |
join us, ask question pages | ✔️ | |
event, events, add event pages | ✔️ | |
register, login, user Dashboard pages | ✔️ | |
user profile, add question pages | ✔️ | |
functionality check | ✔️ | |
UserDashBoard page functions | ✔️ | |
Finish all functions | ✔️ | |
header, footer & register pages design | ✔️ | |
landing , events & posts pages design | ✔️ | |
techincal , Hr questions pages design | ✔️ | |
Edit the design | ✔️ | |
fix login,add event pages bugs | ✔️ | |
add pop-up component | ✔️ | |
Edit add user form | ✔️ | |
add new quiz route | ✔️ | |
Edit quiz style | ✔️ | |
add quiz API file | ✔️ | |
finsih quiz page | ✔️ | |
edit quiz api | ✔️ | |
edit file structure | ✔️ | |
add Atlas for database | ✔️ | |
edit userDashboard | ✔️ | |
add to heroku | ✔️ | |
add heroku link to readme file | ✔️ |