Skip to content

Latest commit

 

History

History
86 lines (59 loc) · 2.62 KB

README.md

File metadata and controls

86 lines (59 loc) · 2.62 KB

KeyKorea

📝 Table of contents

🚀 Run Locally

Clone repo to your local machine

git clone [email protected]:JarrodMalkovic/typing-website.git

Run the frontend

Install client dependencies

cd client
npm install

Run the development server

yarn dev

from the ./client directory

Open http://localhost:3000 with your browser to see the result.

Run the backend

Setting environment variables

  • Create an account on cloudinary.com
  • Create a copy of the file .env.example within the /api directory and rename the copy to .env
  • Fill out the .env file using your cloudinary credentials

Start the Django App and the Postgres Database

docker-compose up

📸 Screenshots

Dark Mode Light Mode
Home Screen Dark Home Screen Light
Practice Question Screen Dark Practice Question Screen Light
Profile Screen Dark Profile Screen Light
Question Screen Dark Question Screen Light
Statistics Screen Dark Statistics Screen Light
Settings Screen Dark Settings Screen Light
Practice Screen Dark Practice Screen Light

💻 Technologies

This project is is created with:

  • React, Next.js, Python, Django Rest Framework and PostgreSQL

⚖️ License

This project is licensed under the MIT License