All Projects → DiegoVictor → happy-web

DiegoVictor / happy-web

Licence: MIT License
Project built during Rocketseat's Next Level Week #3

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to happy-web

DevQuiz
Dev.Quiz 👨‍💻 | Rocketseat 💜 - NLW 05 👩‍🚀
Stars: ✭ 25 (+31.58%)
Mutual labels:  figma, nlw, rocketseat, nextlevelweek, nextlevelweek-booster
figma-plugin-typescript-boilerplate
Figma plugin TypeScript boilerplate to start developing right away
Stars: ✭ 43 (+126.32%)
Mutual labels:  eslint, prettier, editorconfig, figma
letmeask
This is a project developed during the Next Level Week Together, presented by Rocketseat during June 2021.
Stars: ✭ 41 (+115.79%)
Mutual labels:  nlw, rocketseat, nextlevelweek
proffy-discovery
🏫 Proffy - Your online study platform
Stars: ✭ 15 (-21.05%)
Mutual labels:  nlw, rocketseat, nextlevelweek
Happy
Happy 🥳 | Rocketseat 💜 - NLW 03 👩‍🚀
Stars: ✭ 61 (+221.05%)
Mutual labels:  nlw, rocketseat, nextlevelweek
proffy
React Native + ReactJS + NodeJS project developed on RocketSeat NexLevelWeek. This project is based on an application for connect students and teachers.
Stars: ✭ 30 (+57.89%)
Mutual labels:  nlw, rocketseat, nextlevelweek
Proffy
👥 Plataforma de estudos online, onde é possível conectar alunos com professores. Este é um projeto que foi desenvolvido durante a Next Level Week #2 da @Rocketseat, durante os dias 3 à 7 de agosto de 2020.
Stars: ✭ 12 (-36.84%)
Mutual labels:  nlw, rocketseat, nlw-booster
generator-node
🔧 Yeoman generator for Node projects.
Stars: ✭ 16 (-15.79%)
Mutual labels:  eslint, prettier, editorconfig
next-level-week-clone
🧬a clone of the Next Level Week website made with reactjs using typescript
Stars: ✭ 13 (-31.58%)
Mutual labels:  nlw, rocketseat, nextlevelweek
Ecoleta
♻️ Aplicação web para coleta de resíduos de forma eficiente.
Stars: ✭ 19 (+0%)
Mutual labels:  rocketseat, nextlevelweek
eslint-config-adjunct
A reasonable collection of plugins to use alongside your main esLint configuration
Stars: ✭ 39 (+105.26%)
Mutual labels:  eslint, prettier
nest-boilerplate
Nest.js boilerplate with CircleCI, Commitizen, Commitlint, Docker-Compose, ESLint, GitHub Actions, Husky, Lint-staged, OpenAPI, Prettier, PostGreSQL, Travis CI, TypeORM
Stars: ✭ 16 (-15.79%)
Mutual labels:  eslint, prettier
react-component-library-lerna
Build your own React component library managed with lerna, presented with storybook and published in private npm registry.
Stars: ✭ 55 (+189.47%)
Mutual labels:  eslint, prettier
ask-me-bro
Every question has an answer. Learn and share knowledge with others. Askmebro.
Stars: ✭ 48 (+152.63%)
Mutual labels:  nlw, rocketseat
create-react-typescript-app
Integrating Reactjs with Typescript + ESLint
Stars: ✭ 20 (+5.26%)
Mutual labels:  eslint, prettier
OSAPI
👋 OSAPI 是依靠通用性后台管理平台搭建的API管理平台,基于 vue3、Nestjs 技术栈实现,包含 RBAC 角色权限模块、数据展示、编辑等模块。
Stars: ✭ 32 (+68.42%)
Mutual labels:  eslint, prettier
prettier-eslint-atom
DEPRECATED IN FAVOR OF prettier-atom + ESLint integration
Stars: ✭ 64 (+236.84%)
Mutual labels:  eslint, prettier
proffy
Plataforma de estudos online para conectar alunos e professores de forma rápida e fácil. @Rocketseat
Stars: ✭ 21 (+10.53%)
Mutual labels:  nlw, rocketseat
nextjs-baseweb
Slightly opinionated scaffold of Next.js and Base Web.
Stars: ✭ 46 (+142.11%)
Mutual labels:  eslint, prettier
react16-seed-with-apollo-graphql-scss-router4-ssr-tests-eslint-prettier-docker-webpack3-hot
Seed to create your own project using React with Apollo GraphQL client
Stars: ✭ 19 (+0%)
Mutual labels:  eslint, prettier

[Web] Happy

GitHub Workflow Status typescript react styled-components eslint airbnb-style jest coverage MIT License PRs Welcome

This web version allow users to look for orphanages near from yourself, see details about it and create new ones.

Table of Contents

Screenshots

Click to expand.

Installing

Easy peasy lemon squeezy:

$ yarn

Or:

$ npm install

Was installed and configured the eslint and prettier to keep the code clean and patterned.

Configuring

Configure your environment variables and remember to start the API before to start this app.

.env

In this file you may configure the API's url. Rename the .env.example in the root directory to .env then just update with your settings.

key description default
REACT_APP_API_URL API's url with version (v1) http://localhost:3333/v1

API

Start the API (see its README for more information). In case of any change in the API's port or host remember to update the .env too.

Usage

To start the app run:

$ yarn start

Or:

npm run start

Running the tests

Jest was the choice to test the app, to run:

$ yarn test

Or:

$ npm run test

Coverage Report

To generate/update the coverage report:

$ yarn test:coverage

Or:

$ npm run test:coverage

You can see the coverage report inside tests/coverage.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].