| Assignment | Link |
|---|---|
| Assignment 1 - Small Real Estate Website | Open |
| Assignment 2 - Expense Tracker | Open |
| Assignment 3 - Project Manager | Open |
| Assignment 4 - Product List | Open |
| Assignment 5 - Quiz Application | Open |
| Assignment 6 - Recipe Application | Open |
| Assignment 7 - LWS Xstream | Open |
| Assignment 8 - LWS MovieDB | Open |
| Final Assignment - Airbnb | Open |
Please follow the below instructions to run different branches of this repository in rnext-batch-2-solutions:
-
Login to rnext-batch-2-solutions account in your Terminal. If you can't setup and install Git in your machine, kindly follow this tutorial.
-
Clone this repository -
git clone https://github.com/akashusr/rnext-batch-2-solutions.git
-
Go to the desired assignment directory
cd 'Assignment 1 - Small Real Estate Website'
-
Install na NPM Modules, Yarn Modules or any other package manager. Before doing this please check package.json file.
npm i
-
Run the project
npm run dev