Skip to content

OscarWoHA/devChallenges-image-uploader

Repository files navigation

Image Uploader

Page URL: https://image-uploader-dcso.web.app

This project was made for a challenge (Image Uploader) by devChallenges.io.

Requirements

  • Node >= v14
  • Firebase (and Firebase Storage)

🚀 How to work on the project ?

  1. First you have to clone the repository

    git clone https://github.com/OscarWoHA/devChallenges-image-uploader.git
  2. Then, Install the dependencies :

    npm install
  3. Rename the .env.example to .env.local And change the file to your needs, by default you have :

    NEXT_PUBLIC_FIREBASE_apiKey="AIzaSyCN7kBk8cwRqGPif2MAfYpubAru900s-Uc"
    NEXT_PUBLIC_FIREBASE_authDomain="dev-challenges-oscar.firebaseapp.com"
    NEXT_PUBLIC_FIREBASE_projectId="dev-challenges-oscar"
    NEXT_PUBLIC_FIREBASE_storageBucket="dev-challenges-oscar.appspot.com"
    NEXT_PUBLIC_FIREBASE_messagingSenderId="902852428165"
    NEXT_PUBLIC_FIREBASE_appId="1:902852428165:web:519d7f43e215f4b90784ec"
    NEXT_PUBLIC_FIREBASE_measurementId="G-DJ16V4B4VD"
  4. And launch the project :

    npm run dev

    The frontend client will be available at http://localhost:3000.

  5. Open the source code and start rocking ! 😎

About

Image Uploader challenge on devChallenges.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published