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).
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.
- React.js
- Framer Motion
- TailwindCSS
- Json Server
- Axios
- Click here to view the live demo.
- 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).
To get started with this project, follow these simple steps:
Make sure you have node 16.0.0
or higher and npm 9.0.0
or higher installed.
- With git, clone the code to your machine, or download a ZIP of all the files directly.
- 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.
- 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.
👤 Faycodee
- GitHub: @faycodee
- LinkedIn: Faycal oumzil
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!
Give a ⭐️ if you like this project!