Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reddy-epk/even-odd-number-finder2

An extended part of Even-Odd finder, used functional component rather then class component.
https://github.com/reddy-epk/even-odd-number-finder2

class-components-and-state even-odd-finder functional-components react

Last synced: 7 days ago
JSON representation

An extended part of Even-Odd finder, used functional component rather then class component.

Awesome Lists containing this project

README

        

Buuilding an **Even Odd App** with functional component.

### Refer to the image below:




even-odd-app-output


### Design Files

Click to view

- [Extra Small (Size < 576px), Small (Size >= 576px)](https://assets.ccbp.in/frontend/content/react-js/even-odd-sm-output.png)
- [Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px)](https://assets.ccbp.in/frontend/content/react-js/even-odd-lg-output.png)

### Set Up Instructions

Click to view

- Download dependencies by running `npm install`
- Start up the app using `npm start`

Implementation Files

Use these files to complete the implementation:

- `src/components/EvenOddApp/index.js`
- `src/components/EvenOddApp/index.css`

### Resources

Colors


Hex: #ff6e7f

Hex: #bfe9ff

Hex: #0f172a

Hex: #334155

Hex: #ffffff

Hex: #1e293b

Font-families

- Roboto

> ### _Things to Keep in Mind_
>
> - All components you implement should go in the `src/components` directory.
> - Don't change the component folder names as those are the files being imported into the tests.