Inspiration

The inspiration for this project was to explore the programming language Golang and build a simple application that can check an individual's eligibility to vote.

What it does

The application checks if a person is eligible to vote based on age. It prompts the user to enter their age and returns a message indicating whether they are eligible to vote or not.

How we built it

The project was built using the Golang programming language. We used the standard library of Golang to make the application. The code was written in Visual Studio Code and tested on the command line.

Challenges we ran into

One of the challenges we faced was getting input from the user and validating it. We also had to figure out the best way to structure the code to ensure that it is efficient and easy to maintain.

Accomplishments that we're proud of

We were able to successfully build a working application using Golang that checks the eligibility of an individual to vote. We also learned a lot about the language and its features.

What we learned

We learned about the basic syntax of Golang, including variables, loops, functions, and error handling. We also learned about the standard library and how to use it to build applications.

What's next for Explore a new Language

The next step would be to explore more advanced features of Golang, such as concurrency, web development, and database connectivity. We could also consider building more complex applications to further improve our understanding of the language.

Built With

Share this project:

Updates