Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 625 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 625 Bytes

💬 Not So Dumb Questions [MERN WEB APP]

A platform where you can ask anything and get responses without being ashamed of the question because no one will know who you are!

Add your own MONGODB_URI in server.js to work!

Start server: nodemon server.js
Start client: yarn start


To-Do Backend:
⚡ Add login, register, auth 🚧
To-Do Frontend:
⚡ Add color scheme ✔️
🐛 When adding a new question fix the bug where the user needs to click twice to send the question
⚡ Split code in components ✔️
⚡ More componentization ✔️