Skip to content

A job application app! In this app, developers can find and search for jobs that they want to apply.

License

Notifications You must be signed in to change notification settings

PedroHGaspar/Project-React-Native

Repository files navigation

Every day is a learning day.

While i was working in my projects in react, i thought: "Why not study React Native and make a simple app to improove even more my skills?" So, that is it! An app that uses external APIs to fetch data and show it on the screen. Basically, the idea is to create an app for other developers, where they can find job applications with APIs of the most used platforms in the world, such as indeed, linkedin and glassdoor.

● Develop visually appealing UI/UX designs;
● Fetch data from an external API and integrate it;
● Implement search & pagination functionality;
● Create customAPI data fetching hooks;
● Write clean, organized, and maintainable code with proper architecture;
● Follow the best practices for React Native development.

Unfortunately the API is free, and it has the rate limit for 1/second. For some reason, the API said i'm making more than 1 request per second, and i actually don't know why is that. I've done everything right and there is no fetch loop in my code... Well, the app is functional, and here are some printscreens of it! The parts that say "Something went wrong" is the parts that the API says that i'm making more than 1 request per second.

How to start

npm install
npm install -g expo-cli
npm install expo-font axios react-native-dotenv
expo-cli start --tunnel

Demo Pictures

About

A job application app! In this app, developers can find and search for jobs that they want to apply.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published