Giter Site home page Giter Site logo

randomideas-'s Introduction

Random Idea App

The Random Idea App is a full-stack web application where users can submit, view, and manage random ideas. The authentication mechanism is minimal, requiring only a username. Users can add and delete their own ideas.

Technologies Used

  • Backend:

    • Node.js
    • Express.js
    • MongoDB
    • Mongoose
  • Frontend:

    • HTML
    • CSS
    • JavaScript

Features

  • View all ideas submitted by users.
  • View a single idea by its unique identifier.
  • Add a new idea with a text, tag, and username.
  • Update an existing idea (username authentication required).
  • Delete an idea (username authentication required).

Note: The current version of the UI has limited support for updating ideas. Editing features are not fully implemented in the user interface. However, you can perform edits by using tools like Postman. Send a PUT request with the desired updates in the request body, including the matching idea ID.

Example using Postman:

  • Method: PUT
  • URL: http://localhost:5000/ideas/{idea_id}
  • Body: JSON with updated fields (text, tag, username).

Screenshots

  • Before adding the idea: Screenshot 2024-02-15 120539

  • Minimal register to add an idea, and adding the idea Screenshot 2024-02-15 120551

  • The idea was added to the DB and the UI. only the one who is register can delete the Idea. Screenshot 2024-02-15 120624

The app: https://randomideas-app-q7db.onrender.com/

randomideas-'s People

Contributors

shira1008 avatar

Watchers

 avatar

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.