Skip to content

pedrovsiqueira/2sow

Repository files navigation

Desafio 2Sow

Desafio 2Sow

About The Project

The challenge was to build a system for user registration. I created a home, login, signup, users, create user and edit user screens. The site is responsive from 414px up. This is the front end of the application. To access the back end, go to the following repository: https://github.com/pedrovsiqueira/2sow-backend.

Built With:

  • Typescript - TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
  • ReactJS - Uma biblioteca JavaScript para criar interfaces de usuário.
  • Styled Components - Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress.

Usage

The project is deployed and can be accessed at https://2sow.vercel.app/

Getting Started

Prerequisites

In order to run this project locally you will need to:

Installation

  1. Clone the repo
git clone https://github.com/pedrovsiqueira/2sow
  1. Install YARN packages
yarn
  1. Run the app
yarn start
  1. Make sure the following ports are available:
PORTS: 3001 and 3000.
  1. Access the application through the following link afer doing the steps 1 - 4.
http://localhost:3000/

Tests:

Tests were done using jest and react-testing-library. The tests are still ongoing. To see the tests run the following commands:

  1. Test results
yarn test
  1. Test results using coverage
yarn test:coverage

Contact

Pedro Siqueira - email - linkedin - portfolio

About

This is the front end for the 2sow application. Check out the back end: https://github.com/pedrovsiqueira/2sow-backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published