DEV Community

Cover image for What was your win this week?
Gracie Gregory (she/her) for The DEV Team

Posted on

What was your win this week?

Happy Friday!

Looking back on your week โ€” what was something you're proud of?

All wins count โ€” big or small ๐ŸŽ‰

Examples of 'wins' include:

  • Starting a new project
  • Landing a new job
  • Cleaning off your desk... or whatever else might spark joy โค๏ธ

Happy End-Of-Week!

Friday Dawg

Top comments (27)

Collapse
 
bobbyiliev profile image
Bobby Iliev

Iโ€™ve reached 100k views on YouTube ๐Ÿคฏ and 10 million views on my DigitalOcean community contributions ๐Ÿฅณ

youtube.com/channel/UCQWmdHTeAO0Uv...

Collapse
 
mitchpommers profile image
Mitch Pomery (he/him)

My current project is basically complete AND already have people interested in the post for it that I am still writing out!

A tube filled with a grainy substance with different coloured bands of light on it

Collapse
 
tuliocalil profile image
Tulio Calil • Edited
  • I created a tool to help all Dev.to authors (i will release the tool and make a post about it on the next week, follow me for news about it) with Nextjs
  • I finished my new PC Setup and put all my Hacktoberfest stickers:
Collapse
 
jess profile image
Jess Lee

๐Ÿ˜ป๐Ÿ˜ป๐Ÿ˜ป๐Ÿ˜ป

Collapse
 
atulcodex profile image
๐Ÿšฉ Atul Prajapati ๐Ÿ‡ฎ๐Ÿ‡ณ

Nice

Collapse
 
sandordargo profile image
Sandor Dargo
Collapse
 
codewithahsan profile image
Muhammad Ahsan Ayaz • Edited
Collapse
 
bertilmuth profile image
Bertil Muth

I released my new side project :-)

Collapse
 
stanleyowen profile image
Stanley Owen

I've just added Login with GitHub OAuth in v0.3.7 my Todo Application - an open sourced, free and easy to use application. This application is aimed for improving productivity! ๐Ÿš€๐Ÿš€

Login with GitHub

If you like this project, please drop a star on GitHub ๐ŸŒŸ!

Happy Coding!

Collapse
 
stanleyowen profile image
Stanley Owen • Edited

I've just published my Todo Application - an open sourced, free and easy to use application. This application is aimed for improving productivity! ๐Ÿคฉ๐Ÿ˜ฒ

GitHub logo stanleyowen / todo-application

An open source project of Todo which is easy to use and easy to organize!

Todo Application

Organizing Easier, Improve Your Productivity

Github Issues Github Forks Github Stars MIT License

Netlify Status

Todo Application

Todo Application is an open source project which is easy to use and easy to organize!

Table of Contents

Getting Started

  1. Download this code There are some several quick start options available
  2. Install All the Dependencies
    • Open your terminal
    • Change directory cd to both client and server folder
    • Type npm install in commmand line
  3. Create .env file
    • Inside client directory, create a new file named .env which stores about sensitive information, which is REACT_APP_CLIENT_URL, REACT_APP_SERVER_URL, and REACT_APP_GITHUB_API

      • REACT_APP_CLIENT_URL stores the client side URL
      • REACT_APP_SERVER_URL stores the server side URL
      • REACT_APP_GITHUB_API stores the GitHub current Stars and Forks
        REACT_APP_CLIENT_URL = http://localhost:3000
        REACT_APP_SERVER_URL = http://localhost:5000
        REACT_APP_GITHUB_API = https://api.github.com/repos/stanleyowen/todo-application
        
    • Inside server directory, create aโ€ฆ

Collapse
 
atulcodex profile image
๐Ÿšฉ Atul Prajapati ๐Ÿ‡ฎ๐Ÿ‡ณ
Collapse
 
shhdharmen profile image
Dharmen Shah

Some comments may only be visible to logged-in visitors. Sign in to view all comments.