Full-stack application for sharing ideas.
The Random Ideas App is a full stack application designed to allow users to share and explore random ideas.
- Raw implementation of user authorization where authorized users can delete their own ideas.
- Create, read and delete ideas
- Responsive design
To get a local copy up and running follow these simple steps.
- Node.js
- npm
- Clone the repo
git clone https://github.com/arjunjayan999/randomideas-app.git
- Install NPM packages
npm install
- Run the backend app
npm start
Go to public and run production build file.
This project is built with:
- JavaScript
- CSS
- HTML
- Node.js
- Express.js
- MongoDB