# Where to start/what to do/intro projects

**URL:** https://racket.discourse.group/t/where-to-start-what-to-do-intro-projects/920
**Category:** General
**Created:** [April 23, 2022, 1:14pm UTC](https://racket.discourse.group/t/where-to-start-what-to-do-intro-projects/920 "2022-04-23T13:14:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![spdegabrielle](https://yyz2.discourse-cdn.com/free1/user_avatar/racket.discourse.group/spdegabrielle/32/95_2.png) [@spdegabrielle](https://racket.discourse.group/u/spdegabrielle)
#### Post date: [April 23, 2022, 1:14pm UTC](https://racket.discourse.group/t/where-to-start-what-to-do-intro-projects/920/1 "2022-04-23T13:14:24Z")

</div>

A few days ago a new Racket user asked:

> Say I've read the guides and a couple of the books, how can I find things to code? I feel stuck as I've learnt a bit of Racket, but don't have a clue what to create unfortunately.”

I responded

> Maybe you can get inspired by things other people have made:
> 
> - [Web application](https://racket-stories.com/about)
> - [Discord Bot](https://sr.ht/~williewillus/r16/)
> - [Space Invaders game](https://alex-hhh.github.io/2020/11/space-invaders.html)
> - [game of life](https://racket.discourse.group/t/game-of-life-using-math-array/584)
> 
> You can use [Racket on the client side](http://racketscript.org) or even make your own language!
> 
> Take a look at [Show & tell on the Racket Discussions Discourse](https://racket.discourse.group/c/show-and-tell/7) for more things other people have created.
> 
> You could have a look at the [Racket Templates](https://github.com/racket-templates) for some starting points; command line tool, gui app, web app and more.

I just remembered there is a [Intro Projects · racket/racket Wiki · GitHub](https://github.com/racket/racket/wiki/Intro-Projects) page which has some good stuff on it but probably needs to be updated (the wiimote suggestion is nice but it really dates the page)

Does anyone have any other suggestions?

PS feel free to edit the wiki directly in markdown if you have a GitHub account.
