Skip to content

Latest commit

 

History

History
199 lines (132 loc) · 4.31 KB

README.md

File metadata and controls

199 lines (132 loc) · 4.31 KB

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

  • Typescript

Tools

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

Install

# Cloning project
$ git clone [email protected]: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