Skip to content

This repository contains my implementation of the Tech Stack app. This is a study project of the Udemy's The Complete React Native and Redux Course.

License

Notifications You must be signed in to change notification settings

computationalcore/tech_stack

Repository files navigation

React Native Tech Stack Project

This repository contains my implementation of the Tech Stack app. This is a study project of the Udemy's The Complete React Native and Redux Course. Tech Stack is a react native app that shows an animated list of some javascript libraries and their descriptions.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

The project can be built with npm or yarn, so choose one of the approach bellow in case you don't have any installed on your system.

  • npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer. Download Node.js

or

  • Yarn is a package manager built by Facebook Team and seems to be faster than npm in general. Download Yarn

Installing

To download the project follow the instructions bellow

git clone https://github.com/computationalcore/tech_stack
cd tech_stack

Install dependencies with:

npm

npm install

or

yarn

yarn install

And run on

iOS simulator

react-native run-ios

or

Android simulator

react-native run-android

Author

Vin Busquet

License

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

Acknowledgments

About

This repository contains my implementation of the Tech Stack app. This is a study project of the Udemy's The Complete React Native and Redux Course.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published