Skip to content

nanogiants/nanogiants-coding-dojo-nx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Dojo - nx

This is the repository for the NanoGiants Coding Dojo on "nx". A coding dojo is a collaborative learning and practice environment where software developers come together to improve their coding skills and problem-solving abilities. It is a safe and supportive space where developers can work on coding challenges, practice algorithms, and explore new programming techniques.

Goal(s)

  • Develop a client-server application. The server is an API that serves randomly generated quotes. The client should be able to display these quotes and download a new one on demand.
  • All components (server, client) should be managed in a repository using nx. Additionally, there should be a third package named "shared," which contains shared objects (e.g., DTOs).

Tasks

  • Add an nx Workspace.
  • Add a backend package using nx.
  • Add a frontend package using nx.
  • Add a Shared Typescript package using nx.
  • Develop the components (very simple).
  • Wait and build the components using nx.

Overview

Development

Changelog

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nanogiants/nanogiants-coding-dojo-nx/issues. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

MIT License Copyright (c) 2023 NanoGiants

Permission is hereby granted, free
of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice
(including the next paragraph) shall be included in all copies or substantial
portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

This is the repository for the NanoGiants Coding Dojo on nx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •