- Intro
- Challenge
- Project Screen Shot
- Applied Solution
- Installation and Setup Instructions
- Technologies used
Coderbyte challenge to develop a web application that can search for IP geolocation.
It was suggested to use stack with Back-end in Node.js and and Front-end in React.js.
Clone down this repository. You will need node
and npm
installed globally on your machine.
- clone the repository:
git clone https://github.com/matheusicaro/coderbyte-full-stack-project.git
- Run the back-end following these steps
- Run the front-end following these steps
- have fun!
- Used React and Typescript
- Used Material-UI and Styled Components lib for styling
- Used Redux-Saga for store management along with the Ducks pattern
- Used React Hooks with stateful and stateless components.
- Used Husky for analyzing lint tests and configurations before committing to the repository