My name is Ayush Mathur.
Email : mathurayush121@gmail.com
[Instagram] [Twitter] [Linkedin]
The Talent Allocation Management System is a web application developed using React and JavaScript. It provides a platform for managing talent allocation within an organization.
- User Authentication: Register, login, and manage user accounts. ID: admin@tams.com Pass: @12Tams
- Dashboard: View an overview of talent allocation statistics and important updates.
- Project Management: Create, update, and delete projects. Assign and manage talent resources for each project.
- Resource Management: Add and manage talent resources, including their skills, availability, and allocation status.
- Reporting: Generate reports and insights on talent allocation and resource utilization.
- Clone the repository:
git clone <repository-url> - Navigate to the project directory:
cd talent-allocation-management-system - Install dependencies:
npm install
- Start the development server:
npm start - Open the web application in your browser:
http://localhost:3000
- React: A JavaScript library for building user interfaces.
- JavaScript: A programming language for developing web applications.
- HTML: Markup language for creating the structure of web pages.
- CSS: Styling language for enhancing the presentation of web pages.
- Node.js: A JavaScript runtime environment for executing JavaScript code outside of a browser.
- Express: A minimal and flexible Node.js web application framework.
Contributions are welcome! If you would like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b my-new-branch - Make your changes and commit them:
git commit -m 'Add some feature' - Push the changes to your forked repository:
git push origin my-new-branch - Submit a pull request.
This project is licensed under the MIT License.