Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 2.22 KB

README.md

File metadata and controls

74 lines (59 loc) · 2.22 KB

Charge Now- Deployed Link

Charge Now is a bulk mailing web service where user can create a mailing list and send mails to all all of those emails with just one click, with realtime status for mails sent. This project also has admin access where the admin can add or remove service plans that the users can buy.

Functionalities :

  • Home Page
  • Customer Page/ Pricing Page
  • Login/Sign Up page
  • OTP for resetting password
  • User Dashboard
  • Admin Dashboard
  • Checkout Page

Tech stack 💻 :

  • Next JS
  • JavaScript
  • Express JS
  • Node JS
  • Nodemailer
  • MongoDB
  • JSON Web Token
  • Socket.io
  • Chakra UI
  • Redux

Installation Requirements

  1. Fork the repo, then clone it
  2. Use 'npm install' to install all the dependencies
  3. Use 'npm run dev' in the frontend folder to run frontend on localhost 3000
  4. Use 'npm start' in the backend folder to run frontend on localhost 8080

Some Snapshots Of project

Home Page

Screenshot (26)

Customers Page

Screenshot (28)

Pricing Page

Screenshot (29)

Login/Sign Up Page

Screenshot (33) Screenshot (33)

Forgot Password Page

Screenshot (33)

User Dashboard

Screenshot (33) Screenshot (33) Screenshot (33) Screenshot (33)

Admin Dashboard

Screenshot (33) Screenshot (33) Screenshot (33)

Developers