Skip to content

HackerSchool/react-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Clone - React Workshop

This repository contains a clone of the Wordle game, made in React.
There is a design-only branch that holds the code of the app without any logic, perfect for skipping tedious bootstraping.

Attending the Workshop

If you're going to attend the workshop on March 29th, please make sure to follow the steps below.

Setup Requirements

  • A Linux/MacOS environment (a Windows environment might also work, but it may cause issues)
  • NodeJS (any recent version will do, I'll be using v16)
  • Yarn (optional)
  • Git (optional)
  • An editor of your choice (I'll be using VSCode)

A tutorial on how to setup all of this can be found on resumos-leic's wiki.

After your environment is setup, you should download the source code of this repository from the design-only branch, since this is what we'll be using in the workshop.

If you have Git installed, simply type this in the terminal:

git clone -b design-only https://github.com/HackerSchool/react-workshop.git

Alternatively, download the zip from GitHub.

If you are comfortable using the command line, you can go ahead, install dependencies and try out the code you've just downloaded. Otherwise, we'll do this in the workshop.

cd react-workshop # go inside the website folder
yarn # install dependencies
yarn start # start development server (by default, on localhost:3000)

Knowledge Requirements

Although not strictly necessary, you are expected to know the following when coming to the workshop:

Resources

Below are various resources if you want to learn more about React. Other resources about the internet, HTML/CSS and Git are also listed.

Useful React Libraries/Frameworks

Internet

HTML/CSS/JS

Version Control Systems (VCS)

Where next?

After attending the workshop, you have a lot of things you could do. I'm gonna go ahead and recommend you to create another game on your own.

Here are some ideas:

Alternatively, feel free to build anything you want. After all, you get to decide!

About

Recreating Wordle game with React - React Workshop March 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •