0% found this document useful (0 votes)
15 views

Reactnative

The document outlines a React Native program that includes creating a basic "Hello World" app, a simple calculator, a weather app that fetches data from an API, a to-do list with add and delete functionality, a login form, centered colored squares, a stopwatch/timer app, a notes making app, a calendar app, and a number conversion app. The program involves building 10 mobile apps of increasing complexity using the React Native framework to develop and run native Android and iOS apps using JavaScript and React.

Uploaded by

bcadept
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

Reactnative

The document outlines a React Native program that includes creating a basic "Hello World" app, a simple calculator, a weather app that fetches data from an API, a to-do list with add and delete functionality, a login form, centered colored squares, a stopwatch/timer app, a notes making app, a calendar app, and a number conversion app. The program involves building 10 mobile apps of increasing complexity using the React Native framework to develop and run native Android and iOS apps using JavaScript and React.

Uploaded by

bcadept
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

React Native

Program

1. Create a basic React Native app that displays “Hello, World!” on the
screen.
2. Create a simple calculator that can perform basic arithmetic operations
(addition, subtraction, multiplication, and division).
3. Create a weather app that fetches data from a weather API and displays
the current temperature and weather conditions for a specific location.
4. Create a to-do list app with add and delete functionality.
5. Create a user-login form that takes in a username and password, and
displays a success message if the login is successful.
6. Create 3 squares that are vertically and horizontally centered. Each
square should have a unique background color but all shared styles
should only be defined once.
7. Create an application for stopwatch or Timer process
8. Create notes making process in Reactnative
9. Create a calendar using Reactnative.
10.Write an application to convert an decimal number into
octal ,binary,Hexadecimal.

You might also like