Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random zoo animal app by Joanna Ringqvist #302

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

joannaringqvist
Copy link

My reflections on how this week's project turned out:

Things I'd like to have clarified or explained in more detail:

Copy link

@TereseClaesson TereseClaesson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Joanna you have done a great job! A nice idea to create a zoo animal app for you react native project. It looks structured, clean and with good names. Keep up the good work! I been inspired by your project for my native app ;) /Terese

justify-content: center;
align-items: center;
`;
import HomeScreen from './screens/HomeScreen';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fulfills the blue requirements,good!


const App = () => {

const [lovedAnimals, setNewLoved] = useState([]);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good names

<Title>💅💅💅</Title>
</Container>

<NavigationContainer>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great and clear structure!

import React, { useEffect, useState } from 'react';
import { ScrollView, StyleSheet, Image, Text, View } from 'react-native';

const FeaturedScreen = () => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well structured and clear code, great job!

);
}

const styles = StyleSheet.create({

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The styling looks good :) Nice idea with the random animals.

const [animal, setAnimals] = useState('');
const [isLoading, setIsLoading] = useState(true);

const wait = (timeout) => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

smart to use a wait function :)

import React from 'react';
import { Text, View, Image, StyleSheet, ScrollView } from 'react-native';

const LovedScreen = (props) => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that you have a loveScreen for the animals you love :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants