Skip to content

nashtech-garage/nt-react-native-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

nt-react-native-starter

A React Native starter project with a Node.js backend, featuring authentication, product listing, and user profile management.


Table of Contents


Project Structure

nt-react-native-starter/
├── mobile/   # React Native app
└── backend/  # Node.js REST API

Mobile (React Native)

Source code located in the /mobile directory.

See mobile/README.md for setup and running instructions.


Backend

Source code located in the /backend directory.

See backend/README.md for setup and running instructions.


Swagger API Docs

  1. Start the Node.js server from the backend folder.
  2. Visit: http://localhost:3000/swagger/

Figma Design

Shopping App – Figma


Assignment

# Task Points
1 Integrate with the login API 2
2 Store token using Encrypted Storage after login 2
3 Display Product List on the Home Tab Navigation 2
4 Build a Profile screen to display user profile from API 2
5 Save user profile to local database 2

References


Submission

Subject: [Mobile][React Native Assignment] {Your Name} – {Your SD}

Body:

  • GitHub: {link to your demo repo}
  • Notes: List the features you developed in the demo.

​ Subsmit assignemnt Email to trainer

Email template:​

Title: [Mobile][React Native Assignment] {Your name} – {Your SD}​

Content:​

GitHub: {your repo contains demo code}​

Note:​

List features you developed in the demo.​

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors