Prashant0664 / Blog-website

A Blogging website created using MERN(MongoDB, ExpressJS, ReactJs, NodeJS)
https://allblogapp-project.vercel.app
23 stars 29 forks source link

Add a Dark mode #35

Closed Lakshita-Kumawat closed 1 month ago

Lakshita-Kumawat commented 1 month ago

@Prashant0664 Your website is lacking a dark mode. I can give it a try assign me

Prashant0664 commented 1 month ago

@Lakshita-Kumawat assigned

Lakshita-Kumawat commented 1 month ago

Ok i will start working. Pls also label hacktoberfest. It will be my very first contribution

Lakshita-Kumawat commented 1 month ago

@Prashant0664 when i try to use npm start in backend it says OAuth2Strategy requires a clientId option. What should i do?

Prashant0664 commented 1 month ago

you have to setup .env file. https://github.com/Prashant0664/Blog-website/blob/master/backend/README.md you only need to set it up for local development not for production. OAuth2Strategy is used to sign-in using google which can easily be generated by going to google console. (refer any TY video for this.)

Lakshita-Kumawat commented 1 month ago

Ok