Skip to content

nomaanulhasan/interview-enfec

Repository files navigation

interview-enfec

This repository is a result of one of my interview tasks. The project revolves around a placeholder API, specifically https://jsonplaceholder.typicode.com/users. I have implemented this project using React, Tailwind CSS, and Vite. Notably, I utilized react-query for the first time to effectively manage data through API calls.

Being aware of the growing popularity of react-query within the developer community, I saw this small project as the perfect opportunity to showcase my ability to quickly adapt and learn new technologies. Additionally, incorporating Vite into the project allowed me to leverage its fast and efficient development environment.

By combining React, Tailwind CSS, Vite, and react-query, I aimed to demonstrate my proficiency in utilizing modern tools and frameworks to build performant and scalable web applications.

Local Development

To get a local copy of the code, clone it using git:

git clone https://github.com/nomaanulhasan/interview-enfec.git

cd interview-enfec

Install dependencies:

npm i Now, you can start a local web server by running:

npm dev And then open http://localhost:5173/ to view it in the browser. (Port number is subject to availability)

Available Scripts

In this project, you can run the following scripts:

npm run dev Runs the app in the development mode.

npm run build Builds the app for production to the dist folder.

npm run preview Previews the app from the dist folder after build.

Screenshots

enfec

Credits

This project is built and maintained by Syed NomanulHasan.

License

This project is licensed under the terms of the MIT license.