aqbotash / nf-frontend-hw-4

Home Page:https://nf-frontend-hw-4-beige.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“ OLX App

Images Uploading can be accessed via: /add-products alt text Welcome to the Products App project! This repository is designed for students to practice their React skills by building a functional application. The tasks are divided into three levels: Basic, Medium, and Hard. Each level introduces new concepts and challenges to enhance your understanding of React.

Links

  1. For uploading images: https://fakeapi.platzi.com/en/rest/files/#upload-file
  2. For fetching products: https://fakestoreapi.com/docs

πŸ“š Table of Contents

πŸš€ Getting Started

To get started with this project, follow these steps:

  1. Fork this repository to your GitHub account.
  2. Clone the repository to your local machine: git clone https://github.com/your-username/todo-list-app.git 3. Install dependencies: cd todo-list-app npm install 4. Start the development server: npm run dev

πŸ₯‡ Basic Level

In the Basic level, you will implement the core interface of application.

Tasks

  • Fetch all products using React Query
  • Create axios instance and service for handling requests related to '/products' (productsService.ts).
  • Implement product creation page.

πŸ₯ˆ Medium Level

Tasks

  • Add file uploading to product creationg page (get url of image from response and add to new product data).
  • Add invlidateQuery on product creation.

πŸ₯‡ Hard Level

Tasks

  • Add multiple files uploading

Happy coding! πŸŽ‰

About

https://nf-frontend-hw-4-beige.vercel.app


Languages

Language:TypeScript 97.1%Language:CSS 2.1%Language:JavaScript 0.8%