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

https://github.com/mcodex/devradar-omnistack10


https://github.com/mcodex/devradar-omnistack10

express mongodb mongoose nodejs react react-native

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# dev radar

Platform created for studying purposes, taught at [omnistack-week10](https://rocketseat.com.br/week-10/aulas) by Rocketseat team. However, I did my own implementation of that using my own logic, code styling and libs, but the result is still the same.

# Stack

## Backend - Node.JS + MongoDB

Bootstraped by [express-generator](https://expressjs.com/en/starter/generator.html) using:

* Mongoose
* Airbnb's Eslint
* Prettier

## Web - React

Bootstraped by [create-react-app](https://github.com/facebook/create-react-app) using:

* [Styled Components](https://styled-components.com/)
* [Formik](https://jaredpalmer.com/formik/)
* Airbnb's Eslint
* Prettier

## Mobile - React-Native

Bootstraped by [react-native init](https://github.com/react-native-community/cli#using-npx-recommended) using:

* react-native-maps
* react-native-webview
* Airbnb's Eslint
* Prettier