This is a React Application where an employee cards are displayed and by clicking it will display the information about a particular employee also you can create a card with help of form.
-
You need to have a basic knowledge of JavaScript,React,React Route, functions and objects under your belt.
-
Additionally, you need to have Git, VScode text editor installed on your computer.
-
knowlege on fetch-api to make api calls
1.clone the repository using below command (edited)
git clone
2.Install node modules using below command
npm i
3.Run the server using below command
npm run start
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
To Host the Project WE have used Vercel Platform. To see project visit here
/ : - to get all employee details.
/profiles : - to get all employee details.
/profile/id : - to see detail of trainee employee
/form: - to add new employee details.
-
Altaf Shaikh - work by - ialtafshaikh
-
Saurav Upadhyay - work by - isauravupadhyay
-
Rutuja Patil - work by - irutujapatil
-
Sagar Vartak - work by - isagarvartak
-
Rishikesh Raut - work by - irishikeshraut
This project is licensed under the MIT License - see the LICENSE.md file for details