Inshorts is a news website that shows only the important points of the news to users in a single paragraph. This is an exact replica of inshorts website with responsiveness.
- Create a new folder.
- Run following command on terminal:-
git clone https://github.com/pankajganjale/bluemercury.git
- Run
cd bluemercury
on terminal. - Open server directory on terminal and run
npm run server
. - Open client directory on terminal and run
npm start
.
- Users can read important part of news on this web application on any device because of responsiveness.
- This news are fetch from MongoDB using express.js.
- If user want to read whole news then user can click on read more. After that user will be redirected to main website to read full news.
- Also users can see date and day of news along with writer's name.
- React.js
- MongoDB
- Express.js
- Material-UI
Pankaj Ganjale - My Linkedin
Project Link - Project Repo
Took some help from these resources