Welcome to my interview project! I'm excited to share with you what I've built and hope you'll enjoy exploring it as much as I enjoyed creating it.
- Application should use data available in https://fakestoreapi.com/docs. Below are the technical and functional requirements for the assignment - docs/task-main-description.md
- Technologies: Next.JS, React, Zustand, Tailwind, Axios
Follow these simple steps to get the project up and running on your local machine.
- Node.js (version X.X.X or higher)
- npm (usually comes with Node.js)
- Clone the repository:
git clone [your-repo-url]
- Navigate to the project directory:
cd [your-project-name]
- Install dependencies:
npm install
To start the development server:
npm run dev
The application will be available at http://localhost:3000
.
To run the test suite:
npm run test
If you encounter any issues while starting the application, try removing the .next
directory:
rm -rf .next
Then, run npm run dev
again.
For information about future plans and upcoming features, please check out our ROADMAP.md file.
Thank you for taking the time to review my project. I'm looking forward to any feedback and would be happy to discuss any aspects of the code or implementation. Enjoy exploring!