- Added the Global style theme provider for the codebase to easily switch between the red theme and grey theme with Styled components.
- Updated the copyright and license Header as suggested my mentors.
- Added the footer with some global styling.
- Added the navbar, created the required pages and added the routes for the pages.
- Updated the header for both the themes (lightTheme, darkTheme).
- Created the pages for:
- Search
- Jobs
- My Recent Jobs
- All Recent Jobs
- Schedule Agents
- Organize
- Uploads
- Added the constant routes for all the pages in
src/Routes.js
- Added
react-bootstrap-icons
for the icons in Navbar and for the other components.
- Updated the favicon.
- Updated the README of the codebase.
- Added the Home page with features cards to it.
Screenshots
Navbar
Home
Contributions