Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/edmilson-dk/disiplin

Disiplin is a landing page made in ReactJS and NextJS with Styled Components.
https://github.com/edmilson-dk/disiplin

nextjs reactjs styled-components

Last synced: about 2 months ago
JSON representation

Disiplin is a landing page made in ReactJS and NextJS with Styled Components.

Awesome Lists containing this project

README

        

# Disiplin - HomePage


PRs welcome!
License
License
Stars
Languages

Disiplin is a clone of a layout copied from the design site o [dribbbles](https://dribbble.com/), the site was created in ReactJS, using a NextJS and Styled-component.

The project only contains a home page, as shown in the original layout.

## Topics

* [Layout](#layout)
* [Features](#features)
* [Differential](#differential)
* [Installation](#install)
* [License](#license)


## ⭐ Layout

Below you can see the project layout.

![Disiplin](https://tlgur.com/d/8BrLbk98)


## 🚀 Functionalities

> The project does not have any functionality, as it is just a common web site with no actions.


## 🔥 Differential

> The difference in this project is the animation present in the mobile menu and the shadow animation of the buttons.


## 👷 Installation and use

* 1 First clone the repository for your machine.

```sh
git clone https://github.com/DKSecurity99/disiplin
```

* 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
```


## 🤝 License

[MIT](https://github.com/DKSecurity99/ruangku/blob/main/LICENSE) Project License

Creator with 💙 by [Edmilson Jesus](https://www.linkedin.com/in/edmilson-jesus-4128711b5)