Skip to content

alii13/prowidgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

prowidgets

Prowidgets.co

Prowidgets.co is made up on top of MERN stack. It supports both web and mobile.

It helps people to create personalized sliders to showcase your work, testimonials, pictures and much more inside notion eg: notion slider

Home view

Home view

Inside view

Inside view

Features ✨:

  • Google signup
  • Google signin
  • Logout
  • Create flexible sliders
  • 9+ cool sliders to choose from
  • Upload your own photos to the slider
  • Embed it into your notion document using link
  • Sliders are updatable
  • Can see all sliders which you created in your account ( live widgets section )
  • Resizable slider panels for better visualization
  • Toggle arrows, bullets
  • Select your own bg color from color pallete for container
  • Save slider in your account

Features To Be Added

The following features are under development/open for contributions.Please first create a feature issue to discuss about the feature you would like to take up.

  • Testimonial slider
  • Buttons
  • Twitter shoutouts
  • Social media share

Running The Project

Prerequisites For uploading the image:

Prerequisites For Running The Project Locally:

  • Node
  • NPM
  • Git

To clone this repository run:

$ git clone https://github.com/alii13/prowidgets.git

Head inside the cloned folder and install the dependencies using NPM

$ cd backend
$ npm install
$ cd ..
$ cd client
$ npm install

Next create a .env file in the root of the project directory, this is where you will put all your prowidgets config keys, take each property of the provided object and put it inside of the .env file like this:

REACT_APP_GOOGLE_CLIENT_ID=
REACT_APP_DOMAIN=http://localhost:3000/
REACT_APP_CLOUDINARY_URL= 
 

For setting

To start the server run :

$ cd backend
$ node index.js

Now go to the client Side

$ cd ..
$ cd client
$ npm start

Wait for a few minutes after which it should automatically spin up a development server for you on the PORT:3000 & backend server on the PORT 5000 and take you to the login page

Contributing

To contribute to this repository please first create an issue with the appropriate template, after which you can directly fork this repository,make changes and start a pull request to the master branch. Please also have a look at our Contribution guidelines here

Live Demo

https://prowidgets.co/

License

MIT Licensed (Check here)

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Prowidgets.co helps people to create personalized sliders to showcase your work, testimonials, pictures and much more inside notion eg: notion slider

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published