Skip to content

ialtafshaikh/trainee-profile-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trainne Profile Page

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.

Prerequisites

  • 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

Downloading and running the project locally

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

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

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.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

Live Demo

To Host the Project WE have used Vercel Platform. To see project visit here

References

Supported Routes(to be edited)

/ : - 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.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details