GithubHelp home page GithubHelp logo

lightoftwelve / noteworthy Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 6.44 MB

Noteworthy is a modern note-taking application designed to capture and organize your thoughts, tasks, and reminders in a seamless manner. With its intuitive interface and powerful features, keeping track of your day-to-day tasks and ideas has never been easier.

Home Page: https://noteworthy-era-app-dcb765776495.herokuapp.com/notes

CSS 5.99% JavaScript 81.19% HTML 12.82%
backend backend-api front-end-development frontend javascript nodejs notes notesapp

noteworthy's Introduction

About Me

🚀 As a spirited entrepreneur with a rich 15-year journey in UI/UX design, I've now embraced the exciting world of full-stack development. My tech adventure started in Telecommunications Engineering and web development as a leisure pursuit. This path ignited my entrepreneurial spirit, leading to successful ventures in real estate, e-commerce, and software development, creating job opportunities for many others along the way.

💡 Presently, I'm steering the ship as the CTO & Co-Founder of Write Guide AI, where we innovate in AI-driven article and social media content generation, giving business owners and hobbyists the opportunity to free up their time by letting Write Guide AI write blogs and social media content for them! Simultaneously, I am the CEO & Founder Light of Twelve, a unique global gemstone and mineral enterprise. Here, I blend my love for storytelling with spirituality, tarot, astrology, crystal healing, and more, crafting compelling narratives for our audience.

I'm at my best when tackling complex challenges in fast-paced environments, finding great satisfaction in exceeding expectations. This passion fuels my growing interest in full-stack development, adding a new dimension to my skill set. Alongside technical prowess, I bring expertise in project management, business planning, e-commerce, SEO optimization, import/export, and real estate investment.

Join me on this journey as I continue to explore the intersection of technology, creativity, and business acumen, always aiming to push boundaries and inspire innovation.


CSS  React  HTML  JavaScript  d3js  Redux   babel  jquery  typescript  webpack  nextjs  NodeJS  handlebars  mongodb  graphql  MySQL  sequelize  Material UI  bootstrap  Git  jest  openal  canva 

Top Langs

...& more



💻 Current Exciting Projects


Write Guide AI | Ongoing development

Write Guide AI Logo

At Write Guide AI, we're redefining content creation. Imagine inputting a few simple parameters – keywords, desired word count, tone, and title – and watching as our AI swiftly crafts high-quality articles up to 4000 words in under 5 minutes. Our platform extends its prowess to social media, creating posts that engage and resonate. Every piece of content is SEO-optimized, ensuring your message reaches its intended audience effectively.

As we move forward, we're excited to integrate machine learning capabilities for even more nuanced and effective SERP analysis, competitor research, advanced keyword mapping, content suggestions, and more! Our journey is not just about creating content but shaping the future of how digital content interacts with audiences and search engines alike.



Light of Twelve | Established e-commerce platform

A comprehensive worldwide e-commerce platform for gemstone and spirituality enthusiasts with two international warehouses. Built with Shopify and integrates with various payment gateways and shipping providers.

Development Projects for Light of Twelve

  • Tarot Reading App:
    • An intuitive and personalized tarot reading application that provides insights and guidance for users. It utilizes machine learning algorithms and a vast database of tarot interpretations generated based on users' input questions.
  • Birthchart Generator & Daily Horoscopes
    • A birthchart and horoscope generator that provides real-time horoscope data, birth chart calculations, and compatibility analysis. Designed to be seamlessly integrated with the Shopify store.
Write Guide AI Logo


Astrology API | Ongoing Development

An astrology API that provides real-time horoscope data, birth chart calculations, and compatibility analysis. Designed to integrate seamlessly with websites or applications for other business owners and hobbyists to use in their digital platforms, offering their customers top-of-the-line, accurate results.



GitHub Streak


Feel free to explore these projects and provide any feedback or suggestions!


🛠️ Skills

🔧 Throughout my journey, I've acquired a diverse set of skills:

  • Frontend: HTML, CSS, JavaScript, React, Typescript, jQuery
  • Backend: Next.js, Node.js, Express.js, MongoDB (Mongoose), MySQL (Sequelize), API Creation, GraphQL, Handlebars, Amazon Web Services (Lambda, Cloudfront, S3, SQS), Webpack (creating PWAs), C, C#, C++
  • Libraries: Bootstrap, Material UI, Prime React, Materialize, Owl Carousel, jQuery FancyBox
  • Third Party APIs: OpenAI, Google Map Services
  • Common Packages: D3, Chart.js, Editor.js
  • Design: UI/UX, Lightroom, Photoshop, Canva, Midjourney, Dall-E
  • Business: E-commerce, Project Management, Business Planning, Financial Management, Forecasting, Marketing
  • Other: Import/Export, Real Estate Investment, Copywriting, SEO Expertise, SEMrush, SurferSEO, Google Analytics, Google Search Console

...& more

📫 Contact

📧 Want to collaborate or have any questions? Feel free to reach out to me through the following:

Let's connect and create something awesome together!

✍️ Blog

📝 I love sharing my thoughts and insights on my blogs. Here are two captivating blogs from my e-commerce business that not only provide valuable information but also help drive organic traffic through SEO strategies:

  • Learning About Tarot: "Tarot Card Reading: Unlocking the Secrets of the Arcana."
  • The Healing Crystal Guide: "Harnessing the Power of Crystals: Exploring the Healing Energies, Science and History of these fascinating gemstones."

Take a look and let me know your thoughts!

🎉 Fun Fact

⚡️ Fun Fact: Did you know that crystals have been used for centuries for their healing properties and spiritual significance? Different crystals are believed to possess unique energies and can be used for various purposes, such as promoting balance, enhancing focus, or attracting positive energy. From ancient civilizations to modern practices, crystals continue to captivate us with their beauty and metaphysical properties.

noteworthy's People

Contributors

lightoftwelve avatar

Watchers

 avatar

noteworthy's Issues

API and HTML Routes

API and HTML Routes

User Story

AS A developer
I WANT to set up API and HTML routes
SO THAT the frontend and backend can communicate effectively.

Acceptance Criteria

GIVEN the need to access a certain page or API endpoint
WHEN a route is requested
THEN the corresponding HTML file or data is returned.

Access to Notes Page

Access to Notes Page

User Story

AS A developer
I WANT to provide users with access to a notes page from the landing page
SO THAT they can see their notes and create new ones.

Acceptance Criteria

GIVEN I am on the landing page
WHEN I click on the link to the notes page
THEN I am taken to the notes page with existing notes on the left and empty fields for a new note on the right.

DELETE Route

DELETE Route

User Story

AS A developer
I WANT to allow users to delete notes
SO THAT they can manage their notes more effectively.

Acceptance Criteria

GIVEN a note with a specific id
WHEN I send a DELETE request to /api/notes/:id
THEN the note with the given id is removed from db.json.

Viewing Existing Notes

Viewing Existing Notes

User Story

AS A developer
I WANT users to view their saved notes
SO THAT they can review and edit them as needed.

Acceptance Criteria

GIVEN I have a list of existing notes
WHEN I click on an existing note in the left-hand column
THEN that note's content appears in the right-hand column.

Backend Storage with db.json

Backend Storage with db.json

User Story

AS A developer
I WANT to use a db.json file for storing and retrieving notes
SO THAT the application has a simple and reliable backend data storage system.

Acceptance Criteria

GIVEN the need to save or retrieve notes
WHEN the application interacts with the backend
THEN it uses the db.json file via the fs module.

Landing Page Access

Landing Page Access

User Story

AS A developer
I WANT to create a landing page
SO THAT users see an intuitive starting point when they open the application.

Acceptance Criteria

GIVEN a note-taking application
WHEN I open the Note Taker
THEN I am presented with a landing page with a link to the notes page.

Saving Notes

Saving Notes

User Story

AS A developer
I WANT to offer a feature to save user notes
SO THAT users can retrieve them later.

Acceptance Criteria

GIVEN I have entered a new note title and text
WHEN I look at the navigation
THEN a Save icon appears allowing me to save the note.

Writing a New Note

Writing a New Note

User Story

AS A developer
I WANT users to easily begin a new note
SO THAT they can jot down their thoughts quickly.

Acceptance Criteria

GIVEN I am on the notes page
WHEN I click on the Write icon at the top
THEN I am presented with empty fields for a new note title and text.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.