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

Feat/readme #74

Merged
merged 7 commits into from
Jul 10, 2023
Merged
Changes from all commits
Commits
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
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
# Code Racer
<div align="center" >
<img src="./public/static/logo.png" width="60">
<p></p>
<h1>Code Racer</h1>
</div>

Welcome to Code Racer, a community project built with Next.js, Tailwind CSS, and TypeScript.
<br>

<div align="center">
Welcome to Code Racer, a community project built with <a href="https://nextjs.org/" >Next.js</a> , <a href="https://tailwindcss.com" >Tailwind CSS</a>, and TypeScript.
Code Racer is a multiplayer coding game where developers can compete against each other to solve programming challenges in real-time. Sharpen your coding skills, challenge your peers, and have fun while racing against the clock!
</div>
<br>
<br>

## Features

- Code snippet games

## Technologies Used

- Next.js: A React framework for building server-side rendered and statically generated applications.
- NextAuth: For user authentication.
- Prisma:
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- [Next.js](https://nextjs.org/) : A React framework for building server-side rendered and statically generated applications.
- [NextAuth](https://next-auth.js.org/) : For user authentication.
- [Prisma](https://www.prisma.io/) : next-generation ORM, it provide a clean and type-safe API for submitting database queries
- [Tailwind CSS](https://tailwindcss.com) : A utility-first CSS framework for rapid UI development.
- TypeScript: A typed superset of JavaScript that provides enhanced tooling and developer productivity.

## Contribution
Expand Down