Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mlg404/omnistack10-web

DevRadar made for Omnistack 10 Week
https://github.com/mlg404/omnistack10-web

Last synced: 24 days ago
JSON representation

DevRadar made for Omnistack 10 Week

Awesome Lists containing this project

README

        


DevRadar Omnistack 10


A React app made for Omnistack Week 10 from Rocketseat



GitHub top language

GitHub language count

Repository size

GitHub last commit



Repository issues


GitHub


Technologies   |   
How To Use   |   
License


GitHub

## :rocket: Technologies

This project was developed with the following technologies:

- [React JS](https://reactjs.org/)
- [Axios](https://github.com/axios/axios)
- [VS Code][vc] with [EditorConfig][vceditconfig] and [ESLint][vceslint]

## :information_source: How To Use

To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js v13.0.1][nodejs] or higher + [Yarn v1.19.1][yarn] or higher installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/mlg404/omnistack10-web.git devRadar

# Go into the repository
$ cd devRadar

# Install dependencies
$ yarn install

# Run the application
$ yarn start
```

## :memo: License
This project is under the MIT license. See the [LICENSE](https://github.com/mlg404/omnistack10-web/blob/master/LICENSE) for more information.

---

Made with ♥ by Victor Eyer :wave: [Get in touch!](https://www.linkedin.com/in/victoreyer/)

[nodejs]: https://nodejs.org/
[yarn]: https://yarnpkg.com/
[vc]: https://code.visualstudio.com/
[vceditconfig]: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
[vceslint]: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint