This website is a question forum and made to look like Stack Overflow. It has 3 extra features:
- Custom Video Player with gesture controls
- Dark Mode / Light Mode toggle according to System Time
- User Login Credentials (OS, Browser, DeviceType, IP Address) displayed
- HTML
- CSS
- Bootstrap
- React js
- Node js
- Express js
- MongoDb
- Redux
- Json web token and more
Fork and clone the repo and follow the below steps:
- Install Node.js
- Open client and server directories in VS code
- Install Dependencies using the command
- Create a .env file and store 3 credentials
- PORT (Backend Port)
- CONNECTION_URL (MongoDB URI)
- JWT_SECRET (JWT SECRET KEY)
npm install
- Start App using the command
cd client npm start
cd server npm run dev
Contributions are always welcomed. Anyone can contribute to this project. Contributors will be given credits.