This is a simple react application to upload your images to clickies.
The website is static with very few small database. There is no backend yet, but will be sooner or later. This application was created by me purely for learning purposes so it isn't very good but I would like to expand it and take it to the next level.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
These are the prerequisites required to install and run this project successfully.
nodejs
npm
Do cd clickies
to enter the working directory.
Do npm install
to install all the dependencies.
Do npm start
run the project.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
- Suras Kumar Nayak - Profile
This project was bootstrapped with Create React App.