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

Glasgow Class_6 - Joseph_Mwanza - CYF_React_Challenges #8

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
221f7b0
update readme with link to scotland's group projects
nbogie May 22, 2020
b936ed9
Merge pull request #1 from nbogie/master
nbogie May 23, 2020
9d610b9
Merge pull request #2 from nbogie/master
nbogie May 23, 2020
484ea3b
Merge pull request #4 from nbogie/master
nbogie May 24, 2020
5f9aa54
Merge pull request #5 from nbogie/master
nbogie May 24, 2020
2e5f75e
Merge pull request #6 from nbogie/master
nbogie May 24, 2020
42ab363
Merge pull request #7 from nbogie/master
nbogie May 26, 2020
f3c480e
Merge pull request #8 from nbogie/master
nbogie May 26, 2020
38ccedb
Merge pull request #9 from nbogie/master
nbogie May 27, 2020
c4f63b7
Merge pull request #10 from nbogie/master
nbogie May 31, 2020
58d12e9
Merge pull request #11 from nbogie/master
nbogie Jun 1, 2020
0eeae36
Merge pull request #12 from nbogie/master
nbogie Jun 9, 2020
f92afb9
Add TfL Lines challenge
40thieves Jun 13, 2020
2f3f7cf
Add credit
40thieves Jun 13, 2020
f479422
Merge pull request #13 from CodeYourFuture/tfl-lines-challenge
40thieves Jun 14, 2020
72d0f96
Merge pull request #14 from nbogie/master
nbogie Jun 29, 2020
cded56e
Merge pull request #16 from nbogie/master
nbogie Jun 30, 2020
cb89028
init
Jul 3, 2020
879e7f5
LINKS
Jul 3, 2020
d61c97d
links
Jul 3, 2020
2b4afd1
Update README.md
Jul 3, 2020
462b0af
Merge pull request #17 from DomVinyard/quiz-challenge
Jul 3, 2020
b9747ea
Update README.md
Jul 5, 2020
ed8bdc4
Remove start button from quiz challenge
illicitonion Jul 10, 2020
8820f6b
Merge pull request #18 from illicitonion/remove-start-button
nbogie Jul 10, 2020
f1505ca
Add optional Steps section to quiz
illicitonion Jul 12, 2020
2c27ae2
Merge pull request #19 from illicitonion/quiz-steps
Jul 14, 2020
fc90667
Create README.md
ChrisOwen101 Jul 16, 2020
261360c
Create README.md
ChrisOwen101 Jul 16, 2020
8bd12e7
Update README.md
ChrisOwen101 Jul 16, 2020
4a2f521
Merge pull request #20 from CodeYourFuture/mars
ChrisOwen101 Jul 16, 2020
879cfcd
Remove mistakenly copied line
illicitonion Jul 18, 2020
82aad58
Update README.md
Jul 21, 2020
cba6030
Merge pull request #21 from illicitonion/mars
Jul 21, 2020
93944dc
Update README.md
Jul 21, 2020
0146d4b
Merge pull request #22 from nbogie/master
nbogie Jul 25, 2020
7cc1f79
Merge pull request #23 from nbogie/master
nbogie Aug 28, 2020
3987dc0
Merge pull request #24 from nbogie/master
nbogie Sep 6, 2020
d183ea1
Merge branch 'nbogie:master' into master
ChrisOwen101 Sep 27, 2021
0f944e4
Started the app js file
Joemwa Jun 30, 2023
dcbdcc0
started baby name picker
Joemwa Jul 1, 2023
dd50610
name div appears on screen
Joemwa Jul 1, 2023
073f33c
separated the json file into a separate component
Joemwa Jul 1, 2023
bbe80f2
names are fitting in main div container
Joemwa Jul 1, 2023
873546b
added search function
Joemwa Jul 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# cyf-react-challenges
# CodeYourFuture React Challenges

A collection of introductory React challenges.

There are also some larger projects at https://github.com/CodeYourFuture/group-projects#react-only-projects

## Contribution Guide
Want to add a challenge?

A good challenge consists of

- A real world application for what the student is building
- Uses real world data to make the application interesting
- Has multiple levels that a student can complete
- Is well definined
- Is targetted at begineer developers

Everyone is welcome to raise a Pull Request on this repository - please share with volunteers and/or students before merging.
23 changes: 23 additions & 0 deletions baby/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
70 changes: 70 additions & 0 deletions baby/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
Loading