Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rks-031/anonymous
Anonymous - Your Virtual Concierge, is more than just a service platform; it's a commitment to making your life easier, more efficient, and more enjoyable. Join us on this journey towards seamless convenience, where your needs are met with excellence. Thank you for choosing Anonymous, where service meets simplicity.
https://github.com/rks-031/anonymous
emailjs expressjs js mern-stack mongodb mongodb-atlas nodejs reactjs service vitejs
Last synced: 5 days ago
JSON representation
Anonymous - Your Virtual Concierge, is more than just a service platform; it's a commitment to making your life easier, more efficient, and more enjoyable. Join us on this journey towards seamless convenience, where your needs are met with excellence. Thank you for choosing Anonymous, where service meets simplicity.
- Host: GitHub
- URL: https://github.com/rks-031/anonymous
- Owner: rks-031
- Created: 2024-01-05T05:12:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-07T04:29:42.000Z (9 months ago)
- Last Synced: 2024-02-07T05:38:59.718Z (9 months ago)
- Topics: emailjs, expressjs, js, mern-stack, mongodb, mongodb-atlas, nodejs, reactjs, service, vitejs
- Language: JavaScript
- Homepage:
- Size: 5.89 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project details/ideas:
1. Stacks needed: Vite + ReactJs,Node.js, Express.js, MongoDB, Postman
2. Useful extension: Rest client (for api testing)
3. User roles: Customer/Service Provider/Admin# Major features or functionalities:
1. Services and convenience website
2. All types of basic services like: plumbing, repairment, makeup, house help services, packers and movers, etc.
3. Food/Tiffin services on weekly/monthly basis and maid services on monthy basis.
4. The website will recommend the service of a particular person/company depending upon their ratings and experience.
5. User Feedback system.
6. When the user will login, the website will ask for address or location sharing: map API implementation.
7. Subscription management: Implement features for monthly subscriptions for services like maid and cook. Develop payment integration for subscription-based services.
8. Booking system: allowing users to schedule the services or implementing a calendar and notifcation system.
9. Database Design: designing the MongoDb schema to include: store user data, services, bookings, ratings, etc.
10. Implemeting a secure user Authentication system with password integrity(using jwt ) or can include mailing services using EmailJs, etc.# Project Maintainers:
`Naisargika Subudhi`
`Rajnish Kumar Singh`# Working with the project:
1. Fork and clone the repository.
2. Install the required npm packages (using npm i ) [ P.S : your terminal will automatically generate an error in absence of a required dependency]
3. Commit your changes: `git commit -m "Add some feature"`
4. Push to the branch: `git push origin my-feature`
5. Open a pull request. [ P.S : Resolve all the merge conflicts before making a PR]# Homepage components:
1. Navbar + Herosection
2. About Us (different page: navbar link)
3. Our services (different page)
4. No of our users n employees(the one where no increases animation)
5. Why choose us (homepage)
6. Testimonials (different page: navbar link)
7. Contact us (different page: navbar link)
8. Login/SignUp button (clicking on it will open a dialog box)
9. Footer# What can be included in the testimonials:
1. Customer quotes
2. Case studies and success stories
3. Customer interviews
4. Social media posts
5. Press reviews# Login:
1. Clicking on the **View More** or **Know More** buttons on the homepage directs the user to SignUp page.
2. Upon login it asks for address (map API)
3. Page should come up with all service options plus a search bar for searching for some type of services.
4. Then maybe promotions of our other services.
5. If offering a discount on a service, highlight all of that.