https://github.com/eltonlazzarin/candidate-manager
Application to manage candidates who are in the selection process at Zipyt
https://github.com/eltonlazzarin/candidate-manager
candidate-app candidates candidates-manager javascript javascript-app node-sass react react-icons reactapplication reactjs web-app web-application
Last synced: about 2 months ago
JSON representation
Application to manage candidates who are in the selection process at Zipyt
- Host: GitHub
- URL: https://github.com/eltonlazzarin/candidate-manager
- Owner: eltonlazzarin
- License: mit
- Created: 2020-11-16T16:18:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-14T02:00:22.000Z (about 5 years ago)
- Last Synced: 2025-02-11T15:21:36.095Z (about 1 year ago)
- Topics: candidate-app, candidates, candidates-manager, javascript, javascript-app, node-sass, react, react-icons, reactapplication, reactjs, web-app, web-application
- Language: JavaScript
- Homepage:
- Size: 6.84 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Application to manage candidates who are in the selection process at Zipyt




About The Project |
Technologies |
Getting Started |
How To Contribute |
License
## 👨🏻💻 About the project
Zipyt is a web application that was developed in ReactJS and aims to manage candidates who are in the selection process for a given position. In this case, it is possible to list candidates who were selected for the next phase of the selection process and those who were refused, in addition to having the ability to search for a particular candidate in their respective list, allowing them to view their registration data.
## 🚀 Technologies
Technologies that I used to develop this frontend app
- [ReactJS](https://nodejs.org/en)
- [React-Icons](https://github.com/wwayne/react-tooltip)
- [Node-SASS](https://github.com/sass/node-sass)
- [React-Loading-Skeleton](https://github.com/dvtng/react-loading-skeleton)
- [VS Code](https://code.visualstudio.com) with [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) and [Prettier RC](https://github.com/prettier/prettier)
## 💻 Getting started
### Requirements
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://classic.yarnpkg.com/) or [npm](https://www.npmjs.com/)
**Clone the project and access the folder**
```bash
$ git clone https://github.com/eltonlazzarin/candidate-manager.git
$ cd candidate-manager
```
**Follow the steps below**
```bash
# Install the dependencies
$ yarn
# Run the web app
$ yarn start
```
## 🤔 How to contribute
**Follow the steps below**
```bash
# Clone your fork
$ git clone https://github.com/eltonlazzarin/candidate-manager.git
$ cd candidate-manager
# Create a branch with your feature
$ git checkout -b your-feature
# Make the commit with your changes
$ git commit -m 'feat: Your new feature'
# Send the code to your remote branch
$ git push origin your-feature
```
After your pull request is merged, you can delete your branch
## 📝 License
This project is under the MIT license. See the [LICENSE](https://github.com/eltonlazzarin/candidate-manager/blob/master/LICENSE) for more information.