Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarkartanmay393/job-search-filter-ui
Complex demo UI of Job Searching Filter
https://github.com/sarkartanmay393/job-search-filter-ui
Last synced: 4 days ago
JSON representation
Complex demo UI of Job Searching Filter
- Host: GitHub
- URL: https://github.com/sarkartanmay393/job-search-filter-ui
- Owner: sarkartanmay393
- Created: 2024-05-05T14:41:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T22:54:27.000Z (8 months ago)
- Last Synced: 2025-01-01T04:47:44.521Z (7 days ago)
- Language: JavaScript
- Homepage: https://weekday-joblisting.vercel.app
- Size: 425 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Candidate Application Platform
This is a candidate application platform that allows users to apply for job positions. It provides a user-friendly interface for candidates to submit their applications and for recruiters to manage and review the applications.
## Tech Stack
The project is built using the following technologies:
- Frontend: HTML, CSS, JavaScript, React
- Backend: Prebuilt API from Weekday
- Tools: Redux, Fusejs, Metarial UI## Getting Started
To run the project locally, follow these steps:
1. Clone the repository to your local machine:
```bash
git clone https://github.com/sarkartanmay393/Weekday-Joblisting.git && cd Weekday-Joblisting
```2. Install the project dependencies:
```bash
npm install
```3. Start the application:
```bash
npm start
```This will start the server and make the application accessible at `http://localhost:3000`.
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.