https://github.com/sujit-shrc/dev.to-clone
dev.to clone website with ReactJs and SCSS
https://github.com/sujit-shrc/dev.to-clone
dev-to dev-to-clone
Last synced: over 1 year ago
JSON representation
dev.to clone website with ReactJs and SCSS
- Host: GitHub
- URL: https://github.com/sujit-shrc/dev.to-clone
- Owner: sujit-shrc
- Created: 2023-04-04T17:26:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T02:54:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T21:16:42.488Z (over 1 year ago)
- Topics: dev-to, dev-to-clone
- Language: JavaScript
- Homepage: https://mnamesujit-devto.netlify.app/
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dev.to-clone
Dev.to Clone
#
Built with ReactJs, Scss & dev.to API
## Overview
This application is built with the following technologies:
- [ReactJs](https://reactjs.org)
- [Dev.to api](https://docs.forem.com/api/)
## Features
- Added Infinite Scrolling of Articles.
- Fully Responsive for all devices.
### Installation
1. Clone the repo
```sh
git clone https://github.com/mnamesujit/dev.to-clone
```
2. Install NPM packages
```sh
npm install
```
3. Start the application
```sh
npm run dev
```
The above command will start the application on [http://localhost:5500/](http://localhost:5500).