Skip to content

Image uploader built with JavaScript and CSS using the React framework on the front end, and a node.js backend using the Express framework for the Backend. A user is able to upload an image and the image is saved abd a URL is given to the user to actively share/ use that image by themselves.

License

Notifications You must be signed in to change notification settings

Beardless-sheik/image-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-uploader

Description

Image uploader that allows you to upload an image and have a link to use elsewhere. Images are stored using the Cloudinary Image storage servcice and URL saved into a MONGO DB Atlas database using this backend built with React and an Express Backend. State management is handled natively by react and routing is executed using React Router v6. It is LIVE HERE

react Uploader SCREENSHOT

Built With

This project is build with:

  • HTML
  • CSS
  • Javascript (React, React Router)

Getting Started

If you want to run the project locally in your browser you need to install:

  • Node
  • Npm (Node Package Manager)
  • Git
  • Text Editor

To get the content of this project locally you need to run this command in your terminal:

  • git clone https://github.com/Beardless-sheik/image-uploader.git

You need to then install the packages locally to your systeme by running:

npm install

To start the server in development mode, Run:

npm run dev

👤 Author

👤 Alick Nyirenda

Show your support

Give a 🌟 if you like this project!

About

Image uploader built with JavaScript and CSS using the React framework on the front end, and a node.js backend using the Express framework for the Backend. A user is able to upload an image and the image is saved abd a URL is given to the user to actively share/ use that image by themselves.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published