Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edmilson-dk/ruangku
Website developed in ReactJS, with styled components, and responsive design.
https://github.com/edmilson-dk/ruangku
front-end mobile-first reactjs styled-components
Last synced: about 2 months ago
JSON representation
Website developed in ReactJS, with styled components, and responsive design.
- Host: GitHub
- URL: https://github.com/edmilson-dk/ruangku
- Owner: edmilson-dk
- License: mit
- Created: 2020-11-28T20:36:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T16:19:47.000Z (over 3 years ago)
- Last Synced: 2024-10-18T06:54:19.957Z (3 months ago)
- Topics: front-end, mobile-first, reactjs, styled-components
- Language: JavaScript
- Homepage: ruangku.vercel.app
- Size: 557 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RuangKu - Website
RuangKu is a clone of a layout copied from the design site o [dribbbles](https://dribbble.com/), the site was created in ReactJS, using a styled-components Css-in-JS library.
The project only contains a home page, as shown in the original layout.
## Topics
* [Demo](#demo)
* [Layout](#layout)
* [Features](#features)
* [Installation](#install)
* [License](#license)Visit the web site
[RuangKu web site](https://ruangku.vercel.app/)
Below you can see the project layout.
![RuangKu](https://tlgur.com/d/GEzw9mPg)
> The project does not have any functionality, as it is just a common web site with no actions.
* 1 First clone the repository for your machine.
```sh
git clone https://github.com/edmilson-dk/ruangku
```* 2 After that, enter the generated folder and install the project dependencies.
> You will need to have [Nodejs](https://nodejs.org/) installed on your machine, and [yarn](https://yarnpkg.com/) if you want to use it to install dependencies.
```sh
npm install
# or with yarn
yarn install
```
* 3 After that start the Reactjs server and it will automatically open the browser for you.```sh
npm start
# or with yarn
yarn start
```[MIT](https://github.com/edmilson-dk/ruangku/blob/main/LICENSE) Project License
Creator with 💙 by [Edmilson Jesus](https://www.linkedin.com/in/edmilson-jesus-4128711b5)