Giter Site home page Giter Site logo

anonjot's Introduction

๐Ÿš€ Anon Jot - Share Your Thoughts Anonymously! ๐Ÿš€

Welcome to Anon Jot, a unique MERN Stack project that allows you to share notes, thoughts, and ideas anonymously with ease! ๐Ÿ“๐Ÿ’ญ This web app provides a user-friendly experience, eliminating the need to sign in to create a new note. Rest assured, your data remains private, making Anon Jot a safe and enjoyable platform to express yourself. ๐Ÿ˜Š

Technologies Used

  • MongoDB: A NoSQL database for storing anonymous notes.
  • Express.js: A backend web application framework for building APIs.
  • React: A powerful frontend library for creating interactive user interfaces.
  • Node.js: A JavaScript runtime used for server-side development.

Problems Encountered

๐Ÿค” Developing Anon Jot presented some exciting challenges, especially since I had to build both the backend and frontend from scratch. The most significant hurdle I faced was connecting the APIs, but with persistence and the help of various documentation and community support, I successfully overcame this obstacle. Now, the project is fully functional and ready for you to use! ๐Ÿ’ช

How to Clone and Run the Project

To run Anon Jot on your local environment, follow these simple steps:

  1. Clone the repository to your local machine using the following command:

    git clone https://github.com/Ciamuthama/AnonJot
    
  2. Navigate to the project directory:

    cd AnonJot
    
  3. Install the required dependencies for both the frontend and backend:

    cd frontend
    npm install
    cd ../backend
    npm install
    
  4. Set up your MongoDB database:

    • Create a MongoDB database and get the connection string.
    • Create a .env file in the backend directory.
    • Add your MongoDB connection string to the .env file as follows:
      MONGODB_URI=<your_mongodb_connection_string>
      
  5. Run the backend server:

    nodemon server
    
  6. Open a new terminal window, navigate to the frontend directory, and start the React app:

    cd ../frontend
    npm run dev
    
  7. Voilร ! ๐ŸŽ‰ The Anon Jot web app should now be running locally at http://localhost:3000/. You can access it using your web browser.

Feel free to explore AnonJot, create anonymous notes, and share your thoughts without any worries! If you encounter any issues or have suggestions, don't hesitate to contribute or reach out for help.

Happy jotting! โœ๏ธ๐Ÿ˜„

anonjot's People

Contributors

ciamuthama 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.