GitXplorerGitXplorer
H

animes-united

public
1 stars
0 forks
2 issues

Commits

List of commits on branch main.
Verified
06dfa9ea7eb7af85617477b28abb60d9cbbef828

Update README.md

HHallexCosta committed a year ago
Verified
5b3943c7c9b4d187864b54ba94152e7d8819c2d2

Merge pull request #77 from HallexCosta/add-prettier-config

HHallexCosta committed 2 years ago
Unverified
7547cc3cc7134bc4671a51f24163c52291363dbe

feat(eslint-config): add prettierrc

HHallexCosta committed 2 years ago
Verified
4adfba6fcbf56eb382219cb3cc1427bf926545c7

Merge pull request #75 from HallexCosta/remove-database-layer

HHallexCosta committed 2 years ago
Unverified
cb9deabcaceb735a2089eb9ccc4a92cd9ed80399

chore(database): remov database layer

HHallexCosta committed 2 years ago
Verified
d292b09a144fb9a455f26add69d894fc8cec387e

Merge pull request #73 from HallexCosta/add-package-yayanimes-seeder

HHallexCosta committed 2 years ago

README

The README file for this repository.

Animes United Platform

This is my biggest study project in life, it was through this project that I started applying my studies in Node.js and Typescript

Guide

Languages

  • [x] Typescript

Tools

  • [x] Standardization of Code
    • [x] ESLint
    • [x] Husky
    • [x] Lint Staged
    • [x] Commit Lint
    • [x] TSConfig Paths
    • [x] Yarn Workspaces
  • [x] Libraries
    • [x] HTTP
      • [x] Axios
    • [x] Mobile
      • [x] React Native
  • [x] Frameworks
    • [x] Tests Frameworks
      • [x] Jest
    • [x] Tests Libraries
      • [x] Supertest
    • [x] Server
      • [x] Express
    • [x] Mobile
  • [x] API to Control
    • [x] Puppeteer
  • [x] Database
    • [x] MongoDB
  • [x] UI Design
    • [x] Figma

Install

# Cloning project
$ git clone git@github.com:HallexCosta/animes-united.git

# Accessing directory of project
$ cd animes-united

# Install dependencies
$ yarn

Run

# Run Server
$ yarn workspace @animes-united/server start:development
# --------------------
# Run Expo App
$ yarn workspace @animes-united/mobile run start

Screens

# Screens Added
1 Splash
2 Register
3 Login
4 Home
5 Categories Animes
6 Category Animes
7 Category Animes - Filter By Name
8 Anime Detail

Splash

splash


User Register

user-register

User Register - Second

user-register-second

User Register - Three

user-register-three


User Login

user-login

User Login - Onkeyboard

user-login-onkeyboard

User Login - Filled Fields

user-login-filled-fields


Home

home


Category Animes

category-animes


Category Animes - Filter By Name

category-animes-filter-by-name

Category Animes - Filter By Name - No Found

category-animes-filter-by-name-not-found


Anime Detail

anime-detail

Anime Detail - Watched Episodes

anime-detail-watched-episodes

Contributors

Aluno

@HallexCosta