An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# dev.to-clone



Logo

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).