Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.75 KB

File metadata and controls

50 lines (38 loc) · 1.75 KB

Crypt Native

Crypt Native is an app thought for track cryptocurrencies, made with React Native, React Redux, Axios and build with Expo. Crypt Native helps everyone to track cryptocurrencies, showing data about each cryptocurrency, you can search for a specific cryptocurrency and save all the cryptocurrencies you want as favorites to view later whenever you want quickly.

Project Media

Getting Started

Follow the steps below to run the project locally.

Installation

1. Clone the repo

git clone https://github.com/LOG1CRS/Crypt-Native.git

2. Install expo cli

npm install --global expo-cli

3. Install project dependencies

npm install

4. Run start command

npm start

5. Set where you want to run the project. (web, android or ios)

License

This project is licensed under the MIT License - see the LICENSE.md file for more details.

What did I learned from this project?

  • React Native
  • React Redux
  • How to make a mobile app
  • Expo