Github Repos
0🍴0⭐Updated 5 months ago
Strona internetowa do gry w szachy - projekt zespołowy top 5 uwm studenci
0🍴2⭐Updated 16 days ago
0🍴0⭐Updated a month ago
simple ToDo List app:
made using Expo, React Native
allows adding a new task and deleting it (press it to delete)
what might be useful:
- a task's page - date of creation, description
- move delete to task's page
- edit task option
- seperate list of completed tasks (or move completed to the bottom)
Blog page made with Gatsby. Includes a contact form, showcase of Github repos and slugs for markdown posts.
0🍴1⭐Updated 19 hours ago
KRYZIN - made with Gatsby
Currently working on
Adding next:
- Adding DatoCMS:
- featured post on home
Might add in the future:
- Some basic cookie policy in footer + settings + pop-up banner
- Breadcrumbs
- version badges for README
Quick start
-
Start developing.
Navigate into directory and in shell/git bash:
git clone https://github.com/kryzin/kryzin-com.git cd kryzin-com/ npm install
then create a .env file and add:
GITHUB_LOGIN=your_login GITHUB_PERSONAL_ACCESS_TOKEN=your_token
to get the token check out this tutorial!
save and inside your project dir run:
gatsby develop
0🍴0⭐Updated 3 days ago