Solution for a challenge from Devchallenges.io.
Introduce your projects by taking a screenshot or a gif. Try to tell visitors a story about your project by answering:
- Where can I see your demo?
The demo is available in Vercel at Demo - What was your experience?
This project was a great opportunity to learn more about the Vite framework, Tailwind CSS and specially consolidate advanced React concepts. I also learned a lot about the FastAPI framework . - Your wisdom? :)
It's important to have a good understanding of the technologies you are using. I had to spend a lot of time reading the documentation of the frameworks I used, but it was worth it.
This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.
- [✔] User story: I can drag and drop an image to upload it
- [✔] User story: I can choose to select an image from my folder
- [✔] User story: I can see a loader when uploading
- [✔] User story: When the image is uploaded, I can see the image and copy it
- [✔] User story: I can choose to copy to clipboard the link of the image
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/caiomed03/imageuploader-frontend.git
# Install dependencies
$ npm install
# Run the app in dev mode
$ npm run dev
- GitHub @caiomed03
- LinkedIn @Caio Medeiros Carvalho