Skip to content

In this Employee Project, the application utilizes Axios to make API requests for retrieving and manipulating employee data. The data is served by a local JSON server, which acts as a mock backend for simulating CRUD operations (Create, Read, Update, Delete).

License

Notifications You must be signed in to change notification settings

faycodee/Employee-crude-api-axios

Repository files navigation

Portfolio Template

vidgithubp1.mp4

In this Employee Project, the application utilizes Axios to make API requests for retrieving and manipulating employee data. The data is served by a local JSON server, which acts as a mock backend for simulating CRUD operations (Create, Read, Update, Delete).

License and Attribution

The code in this repository is released under the [MIT] License, which grants you the freedom to use, modify, and distribute the Project as your own. However, if you choose to use the site's design largely unmodified, kindly credit me as the original designer of the site.

Built With

  • React.js
  • Framer Motion
  • TailwindCSS
  • Json Server
  • Axios

Live Demo

  • Click here to view the live demo.

Video sources used

  • Click here to go to the first video source used on the home page(particles-simulation).
  • Click here to go to the second video source used on the employee page(bear doctor).

Getting Started

To get started with this project, follow these simple steps:

Prerequisites

Make sure you have node 16.0.0 or higher and npm 9.0.0 or higher installed.

Setup

  • With git, clone the code to your machine, or download a ZIP of all the files directly.

Install

  • After opening the files in Visual Studio Code, open the VS Code integrated terminal and run the following commands:
npm install

This will install all the packages and dependencies used in the project.

Usage

  • Run the following command to start a local server:
npm run dev

This will open up the project on a browser on http://localhost:5173/

npm start
or
npx json-server --watch --port 8000 "data/data.json"

This will start your local server json.

Authors

👤 Faycodee

Feedback and Contributions

If you have any feedback, suggestions, or would like to contribute to this project, your involvement is highly valued. Feel free to open an issue or submit a pull request with your ideas and enhancements.

Happy coding and showcasing!

Show your support

Give a ⭐️ if you like this project!

About

In this Employee Project, the application utilizes Axios to make API requests for retrieving and manipulating employee data. The data is served by a local JSON server, which acts as a mock backend for simulating CRUD operations (Create, Read, Update, Delete).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages